Skip to content

Commit caf55ca

Browse files
authored
Update sdk versions (#4844)
* Update sdk versions * Update changelogs too * Fixed repeated entries
1 parent 26de539 commit caf55ca

File tree

15 files changed

+99
-31
lines changed

15 files changed

+99
-31
lines changed

appcheck/firebase-appcheck/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
# 16.1.2
44
* [unchanged] Updated to keep [app_check] SDK versions aligned.
55

6+
7+
## Kotlin
8+
The Kotlin extensions library transitively includes the updated
9+
`firebase-appcheck` library. The Kotlin extensions library has no additional
10+
updates.
11+
612
# 16.1.1
713
* [changed] Migrated [app_check] SDKs to use standard Firebase executors.
814
(GitHub [#4431](//github.com/firebase/firebase-android-sdk/issues/4431){: .external}

firebase-appdistribution-api/CHANGELOG.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,26 @@
22
* [fixed] Fixed a crash when showing feedback notification on devices running Android 4 and below.
33

44
# 16.0.0-beta07
5-
* [feature] Adds support for attaching JPEG screenshots to tester feedback.
5+
* [feature] Added support for testers to attach JPEG screenshots to their
6+
feedback.
7+
8+
9+
## Kotlin
10+
The Kotlin extensions library transitively includes the updated
11+
`firebase-appdistribution-api` library. The Kotlin extensions library has no
12+
additional updates.
613

714
# 16.0.0-beta06
8-
* [feature] Adds support for in-app tester feedback. To learn more, see
15+
* [feature] Added support for in-app tester feedback. To learn more, see
916
[Collect feedback from testers](/docs/app-distribution/collect-feedback-from-testers?platform=android).
10-
* [fixed] Fixed a bug where only the last listener added to an `UpdateTask` using
11-
`addOnProgressListener()` would receive updates.
17+
* [fixed] Fixed a bug where only the last listener added to an `UpdateTask`
18+
using `addOnProgressListener()` would receive updates.
19+
20+
21+
## Kotlin
22+
The Kotlin extensions library transitively includes the updated
23+
`firebase-appdistribution-api` library. The Kotlin extensions library has no additional
24+
updates.
1225

1326
# 16.0.0-beta05
1427
* [unchanged] Updated to accommodate the release of the updated

firebase-appdistribution/CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
* [fixed] Fixed a crash when showing feedback notification on devices running Android 4 and below.
33

44
# 16.0.0-beta07
5-
* [feature] Adds support for attaching JPEG screenshots to tester feedback.
5+
* [feature] Added support for testers to attach JPEG screenshots to their
6+
feedback.
67

78
# 16.0.0-beta06
8-
* [feature] Adds support for in-app tester feedback. To learn more, see
9+
* [feature] Added support for in-app tester feedback. To learn more, see
910
[Collect feedback from testers](/docs/app-distribution/collect-feedback-from-testers).
10-
* [fixed] Fixed a bug where only the last listener added to an `UpdateTask` using
11-
`addOnProgressListener()` would receive updates.
11+
* [fixed] Fixed a bug where only the last listener added to an `UpdateTask`
12+
using `addOnProgressListener()` would receive updates.
1213

1314
# 16.0.0-beta05
1415
* [unchanged] Updated to accommodate the release of the updated

firebase-common/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=20.3.2
2-
latestReleasedVersion=20.3.1
1+
version=20.3.3
2+
latestReleasedVersion=20.3.2
33
android.enableUnitTestBinaryResources=true

firebase-config/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Unreleased
2-
* [feature] Added support for real-time config updates. To learn more, see [Get started with Firebase Remote Config](https://firebase.google.com/docs/remote-config/get-started?platform=android).
2+
3+
# 21.3.0
4+
* [feature] Added support for real-time config updates. To learn more, see
5+
[Get started with [firebase_remote_config]](/docs/remote-config/get-started?platform=android#add-real-time-listener).
6+
7+
8+
## Kotlin
9+
The Kotlin extensions library transitively includes the updated
10+
`firebase-config` library. The Kotlin extensions library has no additional
11+
updates.
312

413
# 21.2.1
514
* [changed] Migrated [remote_config] to use standard Firebase executors.

firebase-config/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
version=21.3.0
18-
latestReleasedVersion=21.2.1
17+
version=21.3.1
18+
latestReleasedVersion=21.3.0
1919
android.enableUnitTestBinaryResources=true
2020

firebase-crashlytics-ndk/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Unreleased
2+
3+
# 18.3.6
24
* [changed] Updated `firebase-crashlytics` dependency to v18.3.6.
35

46
# 18.3.5
57
* [fixed] Updated `firebase-common` to its latest version (v20.3.0) to fix an
68
issue that was causing a nondeterministic crash on startup.
79

8-
* [changed] Updated `firebase-crashlytics` dependency to v18.3.5.
10+
* [changed] Updated `firebase-crashlytics` dependency to v18.3.5.
911
# 18.3.4
1012
<aside class="caution">This version of <code>firebase-crashlytics-ndk</code> can
1113
cause a nondeterministic crash on startup. For more information, see
@@ -204,3 +206,4 @@ change. The following release notes describe changes in the new SDK.
204206
uploading symbol files to [crashlytics] servers. See the
205207
[[crashlytics] Gradle plugin documentation](/docs/crashlytics/ndk-reports-new-sdk)
206208
for more information.
209+
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=18.3.6
2-
latestReleasedVersion=18.3.5
1+
version=18.3.7
2+
latestReleasedVersion=18.3.6

firebase-crashlytics/CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
# Unreleased
2-
* [changed] Added support for reporting GWP-ASan crashes on supported API levels.(#4721)
3-
* [changed] Improved crash reporting reliability for crashes that occur early in the app's
4-
lifecycle.(#4608, #4786)
2+
3+
# 18.3.6
4+
* [feature] Added support for upcoming [crashlytics] features to report
5+
GWP-ASan crashes on supported API levels.
6+
(GitHub [#4721](https://github.com/firebase/firebase-android-sdk/pull/4721){: .external})
7+
8+
* [changed] Improved crash reporting reliability for crashes that occur early
9+
in the app's lifecycle.
10+
(GitHub [#4608](https://github.com/firebase/firebase-android-sdk/pull/4608){: .external}, [#4786](https://github.com/firebase/firebase-android-sdk/pull/4786){: .external})
11+
12+
13+
## Kotlin
14+
The Kotlin extensions library transitively includes the updated
15+
`firebase-crashlytics` library. The Kotlin extensions library has no additional
16+
updates.
517

618
# 18.3.5
719
* [fixed] Updated `firebase-common` to its latest version (v20.3.0) to fix an
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=18.3.6
2-
latestReleasedVersion=18.3.5
1+
version=18.3.7
2+
latestReleasedVersion=18.3.6

firebase-firestore/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=24.4.5
2-
latestReleasedVersion=24.4.4
1+
version=24.4.6
2+
latestReleasedVersion=24.4.5

firebase-inappmessaging-display/CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
# Unreleased
22

33
# 20.3.1
4-
* [fixed] Fixed nullpointer crash #4214
5-
* [changed] Updated grpc to 1.52.1 and javalite, protoc, protobufjavautil to 3.21.11.
4+
* [fixed] Fixed nullpointer crash
5+
([GitHub Issue #4214](//github.com/firebase/firebase-android-sdk/issues/4214))
6+
* [changed] Updated gRPC to 1.52.1, and updated JavaLite, protoc,
7+
protobuf-java-util to 3.21.11.
8+
9+
10+
## Kotlin
11+
The Kotlin extensions library transitively includes the updated
12+
`firebase-inappmessaging-display` library. The Kotlin extensions library has no additional
13+
updates.
614

715
# 20.3.0
816
* [changed] Migrated [inappmessaging] Display to use standard Firebase
@@ -21,7 +29,6 @@ The Kotlin extensions library transitively includes the updated
2129
`firebase-inappmessaging-display` library. The Kotlin extensions library has no additional
2230
updates.
2331

24-
2532
# 20.2.0
2633
* [fixed] Fixed a bug that prevented marking more than one message as
2734
impressed.

firebase-inappmessaging/CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
# Unreleased
22

33
# 20.3.1
4-
* [fixed] Fixed nullpointer crash #4214
5-
* [changed] Updated grpc to 1.52.1 and javalite, protoc, protobufjavautil to 3.21.11.
4+
* [fixed] Fixed nullpointer crash
5+
([GitHub Issue #4214](//github.com/firebase/firebase-android-sdk/issues/4214))
6+
7+
* [changed] Updated gRPC to 1.52.1, and updated JavaLite, protoc,
8+
protobuf-java-util to 3.21.11.
9+
10+
11+
## Kotlin
12+
The Kotlin extensions library transitively includes the updated
13+
`firebase-inappmessaging` library. The Kotlin extensions library has no additional
14+
updates.
615

716
# 20.3.0
817
* [changed] Migrated [inappmessaging] to use standard Firebase executors.

firebase-messaging-directboot/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unreleased
22

3-
# 23.2.1
3+
# 23.1.2
44
* [unchanged] Updated to keep messaging SDK versions aligned.
55

66
# 23.1.1

firebase-messaging/CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# Unreleased
22

33
# 23.1.2
4-
* [fixed] Fix a breakage related to Jetpack core library related to [upstream update](https://android-review.googlesource.com/c/platform/frameworks/support/+/2399893)
5-
* [changed] Updated javalite, protoc, protobufjavautil to 3.21.11.
4+
* [fixed] Fixed a breakage related to Jetpack core library related to an
5+
[upstream update](https://android-review.googlesource.com/c/platform/frameworks/support/+/2399893).
6+
* [changed] Updated JavaLite, protoc, protobuf-java-util to 3.21.11.
7+
8+
9+
## Kotlin
10+
The Kotlin extensions library transitively includes the updated
11+
`firebase-messaging` library. The Kotlin extensions library has no additional
12+
updates.
613

714
# 23.1.1
815
* [fixed] Fixed deadlock when handling simultaneous messages.
@@ -406,3 +413,4 @@ released on [March 03, 2020](/support/release-notes/android#2020-03-03).
406413
now return a
407414
[`Task`](/docs/reference/android/com/google/android/gms/tasks/Task) that can
408415
be used to see when the request has completed.
416+

0 commit comments

Comments
 (0)