From 1c46a181f1fdd9ae620a5552f12c5644229cad30 Mon Sep 17 00:00:00 2001 From: Rodrigo Lazo Paz Date: Mon, 9 Sep 2024 22:09:50 -0400 Subject: [PATCH 1/3] Add entry in the changelog for next release The next release of the NDK doesn't contain any new features, it only bumps the value to maintain parity with the crashlytics SDK. --- firebase-crashlytics-ndk/CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/firebase-crashlytics-ndk/CHANGELOG.md b/firebase-crashlytics-ndk/CHANGELOG.md index 3f63b6d307d..13a52865c08 100644 --- a/firebase-crashlytics-ndk/CHANGELOG.md +++ b/firebase-crashlytics-ndk/CHANGELOG.md @@ -1,5 +1,5 @@ # Unreleased - +* [changed] Updated `firebase-crashlytics` dependency to v19.0.4 # 19.0.3 * [changed] Updated `firebase-crashlytics` dependency to v19.0.3 @@ -232,4 +232,3 @@ change. The following release notes describe changes in the new SDK. uploading symbol files to [crashlytics] servers. See the [[crashlytics] Gradle plugin documentation](/docs/crashlytics/ndk-reports-new-sdk) for more information. - From 40e0b6a2bc34aa374228ab4635c1fc1a0603e4a4 Mon Sep 17 00:00:00 2001 From: Rodrigo Lazo Date: Mon, 9 Sep 2024 23:10:36 -0400 Subject: [PATCH 2/3] Update appdistribution-api CHANGELOG.md --- firebase-appdistribution-api/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/firebase-appdistribution-api/CHANGELOG.md b/firebase-appdistribution-api/CHANGELOG.md index 85bcafbc5ae..98a61fdbccc 100644 --- a/firebase-appdistribution-api/CHANGELOG.md +++ b/firebase-appdistribution-api/CHANGELOG.md @@ -1,5 +1,6 @@ # Unreleased - +* [unchanged] Updated to accommodate the release of the updated + [appdistro] library. # 16.0.0-beta13 * [changed] Bump internal dependencies From 40412ac29946929670de1bd308762673b074c2eb Mon Sep 17 00:00:00 2001 From: Rodrigo Lazo Date: Mon, 9 Sep 2024 23:11:14 -0400 Subject: [PATCH 3/3] Update appdistribution CHANGELOG.md --- firebase-appdistribution/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firebase-appdistribution/CHANGELOG.md b/firebase-appdistribution/CHANGELOG.md index 00c18dcb705..ca16f715c95 100644 --- a/firebase-appdistribution/CHANGELOG.md +++ b/firebase-appdistribution/CHANGELOG.md @@ -1,5 +1,5 @@ # Unreleased - +* [changed] Internal improvements to testing on Android 14 # 16.0.0-beta13 * [changed] Bump internal dependencies