Skip to content

Commit 70e7771

Browse files
authored
update version for m134 (#5216)
* update versions * update * add empty line above * remove blank line
1 parent 8ce2dfc commit 70e7771

File tree

17 files changed

+69
-26
lines changed

17 files changed

+69
-26
lines changed

firebase-appdistribution-api/CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
# Unreleased
2+
3+
# 16.0.0-beta09
24
* [feature] Improved development mode to allow all API calls to be made without having to sign in.
35

6+
## Kotlin
7+
The Kotlin extensions library transitively includes the updated
8+
`firebase-appdistribution-api` library. The Kotlin extensions library has no
9+
additional updates.
10+
411
# 16.0.0-beta08
512
* [fixed] Fixed an issue where a crash happened whenever a feedback
613
notification was shown on devices running Android 4.4 and lower.
714

8-
915
## Kotlin
1016
The Kotlin extensions library transitively includes the updated
1117
`firebase-appdistribution-api` library. The Kotlin extensions library has no
@@ -15,7 +21,6 @@ additional updates.
1521
* [feature] Added support for testers to attach JPEG screenshots to their
1622
feedback.
1723

18-
1924
## Kotlin
2025
The Kotlin extensions library transitively includes the updated
2126
`firebase-appdistribution-api` library. The Kotlin extensions library has no

firebase-appdistribution-api/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version=16.0.0-beta09
16-
latestReleasedVersion=16.0.0-beta08
15+
version=16.0.0-beta10
16+
latestReleasedVersion=16.0.0-beta09

firebase-appdistribution/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Unreleased
2-
* [feature] Improved development mode to allow all API calls to be made without having to sign in.
32
* [fixed] Updated the third-party license file to include Dagger's license.
43

4+
# 16.0.0-beta09
5+
* [feature] Improved development mode to allow all API calls to be made without having to sign in.
6+
57
# 16.0.0-beta08
68
* [fixed] Fixed an issue where a crash happened whenever a feedback
79
notification was shown on devices running Android 4.4 and lower.

firebase-appdistribution/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version=16.0.0-beta09
16-
latestReleasedVersion=16.0.0-beta08
15+
version=16.0.0-beta10
16+
latestReleasedVersion=16.0.0-beta09

firebase-config/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Unreleased
2+
3+
# 21.4.1
24
* [changed] Internal improvements to support Remote Config real-time updates.
35

46

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.4.1
18-
latestReleasedVersion=21.4.0
17+
version=21.4.2
18+
latestReleasedVersion=21.4.1
1919
android.enableUnitTestBinaryResources=true
2020

firebase-crashlytics-ndk/CHANGELOG.md

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

3+
# 18.4.0
4+
* [changed] Updated `firebase-crashlytics` dependency to v18.4.0
5+
*
36
# 18.3.7
47
* [changed] Updated `firebase-crashlytics` dependency to v18.3.7
58

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=18.4.0
2-
latestReleasedVersion=18.3.7
1+
version=18.4.1
2+
latestReleasedVersion=18.4.0

firebase-crashlytics/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Unreleased
2+
3+
# 18.4.0
24
* [feature] Integrated with Firebase sessions library to enable upcoming features related to
35
session-based crash metrics.
46

7+
## Kotlin
8+
The Kotlin extensions library transitively includes the updated
9+
`firebase-crashlytics` library. The Kotlin extensions library has no additional
10+
updates.
11+
512
# 18.3.7
613
* [feature] Added collection of version control information generated by the
714
Android Gradle plugin (AGP).
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=18.4.0
2-
latestReleasedVersion=18.3.7
1+
version=18.4.1
2+
latestReleasedVersion=18.4.0

firebase-firestore/CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
# Unreleased
2+
* [fixed] Implement equals method on Filter class. [#5210](//github.com/firebase/firebase-android-sdk/issues/5210)
3+
4+
# 24.7.0
25
* [feature] Expose MultiDb support in API. [#4015](//github.com/firebase/firebase-android-sdk/issues/4015)
36
* [fixed] Fixed a thread interference issue that may lead to a ConcurrentModificationException.
4-
(GitHub [#5091](//github.com/firebase/firebase-android-sdk/issues/5091){: .external})
5-
* [fixed] Implement equals method on Filter class. [#5210](//github.com/firebase/firebase-android-sdk/issues/5210)
7+
(GitHub [#5091](//github.com/firebase/firebase-android-sdk/issues/5091){: .external})
8+
9+
10+
## Kotlin
11+
The Kotlin extensions library transitively includes the updated
12+
`firebase-firestore` library. The Kotlin extensions library has no additional
13+
updates.
614

715
# 24.6.1
816
* [feature] Implemented an optimization in the local cache synchronization logic that reduces the number of billed document reads when documents were deleted on the server while the client was not actively listening to the query (e.g. while the client was offline). (GitHub [#4982](//github.com/firebase/firebase-android-sdk/pull/4982){: .external})

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.7.0
2-
latestReleasedVersion=24.6.1
1+
version=24.7.1
2+
latestReleasedVersion=24.7.0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=23.2.0
2-
latestReleasedVersion=23.1.2
1+
version=23.2.1
2+
latestReleasedVersion=23.2.0
33
android.enableUnitTestBinaryResources=true

firebase-messaging/CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
# Unreleased
2-
* [deprecated] Deprecated FCM upstream messaging. See the
3-
[FAQ](https://firebase.google.com/support/faq#fcm-23-deprecation) for more
4-
details.
52
* [changed] Changed to finish a background broadcast after the message has been
63
handled, subject to a timeout. This keeps the `FirebaseMessagingService`'s
74
process in an active state while it is handling an FCM message, up to the
85
20 seconds allowed.
96

7+
# 23.2.0
8+
* [deprecated] Deprecated FCM upstream messaging. See the
9+
[FAQ](https://firebase.google.com/support/faq#fcm-23-deprecation) for more
10+
details.
11+
12+
13+
## Kotlin
14+
The Kotlin extensions library transitively includes the updated
15+
`firebase-messaging` library. The Kotlin extensions library has no additional
16+
updates.
17+
1018
# 23.1.2
1119
* [fixed] Fixed a breakage related to Jetpack core library related to an
1220
[upstream update](https://android-review.googlesource.com/c/platform/frameworks/support/+/2399893).

firebase-messaging/gradle.properties

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

firebase-perf/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Unreleased
2+
3+
# 20.4.0
24
* [feature] Integrated with Firebase sessions library to enable upcoming features related to
35
session-based performance metrics.
46

7+
8+
## Kotlin
9+
The Kotlin extensions library transitively includes the updated
10+
`firebase-performance` library. The Kotlin extensions library has no additional
11+
updates.
12+
513
# 20.3.3
614
* [fixed] Fixed app start trace creation where some measured time could be NULL (#4730).
715
* [changed] Adjusted default behavior when remote config fetch fails.

firebase-perf/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616
#
1717

18-
version=20.4.0
19-
latestReleasedVersion=20.3.3
18+
version=20.4.1
19+
latestReleasedVersion=20.4.0
2020
android.enableUnitTestBinaryResources=true
2121

0 commit comments

Comments
 (0)