diff --git a/firebase-appdistribution-api/CHANGELOG.md b/firebase-appdistribution-api/CHANGELOG.md index 43930ec026f..85bcafbc5ae 100644 --- a/firebase-appdistribution-api/CHANGELOG.md +++ b/firebase-appdistribution-api/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased + +# 16.0.0-beta13 * [changed] Bump internal dependencies @@ -135,3 +137,4 @@ API-only library: `firebase-appdistribution-api-ktx`. This new Kotlin extensions library transitively includes the `firebase-appdistribution-api` library. The Kotlin extensions library has no additional updates. + diff --git a/firebase-appdistribution-api/gradle.properties b/firebase-appdistribution-api/gradle.properties index 85955a9d145..4412b0d5d80 100644 --- a/firebase-appdistribution-api/gradle.properties +++ b/firebase-appdistribution-api/gradle.properties @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -version=16.0.0-beta13 -latestReleasedVersion=16.0.0-beta12 +version=16.0.0-beta14 +latestReleasedVersion=16.0.0-beta13 diff --git a/firebase-appdistribution/CHANGELOG.md b/firebase-appdistribution/CHANGELOG.md index d5ced93cbfd..00c18dcb705 100644 --- a/firebase-appdistribution/CHANGELOG.md +++ b/firebase-appdistribution/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased + +# 16.0.0-beta13 * [changed] Bump internal dependencies # 16.0.0-beta12 @@ -77,3 +79,4 @@ The [appdistro] Android library with Kotlin extensions is now available in beta. The Kotlin extensions library transitively includes the base `firebase-app-distribution` library. To learn more, visit the [[appdistro] KTX reference documentation](/docs/reference/kotlin/com/google/firebase/appdistribution/ktx/package-summary). + diff --git a/firebase-appdistribution/gradle.properties b/firebase-appdistribution/gradle.properties index c548b11e664..9af3b4139db 100644 --- a/firebase-appdistribution/gradle.properties +++ b/firebase-appdistribution/gradle.properties @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -version=16.0.0-beta13 -latestReleasedVersion=16.0.0-beta12 +version=16.0.0-beta14 +latestReleasedVersion=16.0.0-beta13 diff --git a/firebase-crashlytics-ndk/CHANGELOG.md b/firebase-crashlytics-ndk/CHANGELOG.md index 47bccb69bc5..7bdbcd34eb3 100644 --- a/firebase-crashlytics-ndk/CHANGELOG.md +++ b/firebase-crashlytics-ndk/CHANGELOG.md @@ -1,6 +1,9 @@ # Unreleased +# 19.0.1 +* [changed] Updated `firebase-crashlytics` dependency to v19.0.1 + # 19.0.0 * [changed] Bump internal dependencies diff --git a/firebase-crashlytics-ndk/gradle.properties b/firebase-crashlytics-ndk/gradle.properties index fd3ef991ef3..04d7bc444aa 100644 --- a/firebase-crashlytics-ndk/gradle.properties +++ b/firebase-crashlytics-ndk/gradle.properties @@ -1,2 +1,2 @@ -version=19.0.1 -latestReleasedVersion=19.0.0 +version=19.0.2 +latestReleasedVersion=19.0.1 diff --git a/firebase-crashlytics/CHANGELOG.md b/firebase-crashlytics/CHANGELOG.md index e9d7574eae7..cbdda190506 100644 --- a/firebase-crashlytics/CHANGELOG.md +++ b/firebase-crashlytics/CHANGELOG.md @@ -1,11 +1,21 @@ # Unreleased + + +# 19.0.1 * [changed] Improve cold initialization time. * [fixed] Fixed version compatibility issues with other Firebase libraries. + +## Kotlin +The Kotlin extensions library transitively includes the updated +`firebase-crashlytics` library. The Kotlin extensions library has no additional +updates. + # 19.0.0 * [fixed] Force validation or rotation of FIDs. * [fixed] Added keep rule for shrinkage of Crashlytics build resources in strict mode. + ## Kotlin The Kotlin extensions library transitively includes the updated `firebase-crashlytics` library. The Kotlin extensions library has no additional diff --git a/firebase-crashlytics/gradle.properties b/firebase-crashlytics/gradle.properties index fd3ef991ef3..04d7bc444aa 100644 --- a/firebase-crashlytics/gradle.properties +++ b/firebase-crashlytics/gradle.properties @@ -1,2 +1,2 @@ -version=19.0.1 -latestReleasedVersion=19.0.0 +version=19.0.2 +latestReleasedVersion=19.0.1 diff --git a/firebase-dynamic-links/CHANGELOG.md b/firebase-dynamic-links/CHANGELOG.md index 0bf1ea23aa7..5081085cd1b 100644 --- a/firebase-dynamic-links/CHANGELOG.md +++ b/firebase-dynamic-links/CHANGELOG.md @@ -1,6 +1,15 @@ # Unreleased +# 22.1.0 +* [changed] Added deprecation annotations to the public API. See https://firebase.google.com/support/dynamic-links-faq for further context. + + +## Kotlin +The Kotlin extensions library transitively includes the updated +`firebase-dynamic-links` library. The Kotlin extensions library has no additional +updates. + # 22.0.0 * [changed] Bump internal dependencies diff --git a/firebase-dynamic-links/gradle.properties b/firebase-dynamic-links/gradle.properties index 575718ab54c..c0baaba4325 100644 --- a/firebase-dynamic-links/gradle.properties +++ b/firebase-dynamic-links/gradle.properties @@ -12,6 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -version=22.0.1 -latestReleasedVersion=22.0.0 +version=22.1.1 +latestReleasedVersion=22.1.0 android.enableUnitTestBinaryResources=true diff --git a/firebase-perf/CHANGELOG.md b/firebase-perf/CHANGELOG.md index 7d57a9c0502..536fc748003 100644 --- a/firebase-perf/CHANGELOG.md +++ b/firebase-perf/CHANGELOG.md @@ -1,6 +1,16 @@ # Unreleased +# 21.0.1 +* [fixed] Fixed an `ExceptionInInitializerError` where the `url.openStream()` causes a crash if + FirebasePerf is not yet initialized (Github #5584). + + +## Kotlin +The Kotlin extensions library transitively includes the updated +`firebase-performance` library. The Kotlin extensions library has no additional +updates. + # 21.0.0 * [changed] Bump internal dependencies diff --git a/firebase-perf/gradle.properties b/firebase-perf/gradle.properties index e649acbeb71..b5b9755e403 100644 --- a/firebase-perf/gradle.properties +++ b/firebase-perf/gradle.properties @@ -15,7 +15,7 @@ # # -version=21.0.1 -latestReleasedVersion=21.0.0 +version=21.0.2 +latestReleasedVersion=21.0.1 android.enableUnitTestBinaryResources=true diff --git a/firebase-sessions/gradle.properties b/firebase-sessions/gradle.properties index 91d32512896..a7463b35efb 100644 --- a/firebase-sessions/gradle.properties +++ b/firebase-sessions/gradle.properties @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -version=2.0.1 -latestReleasedVersion=2.0.0 +version=2.0.2 +latestReleasedVersion=2.0.1