Skip to content

Commit d1fbda4

Browse files
M144 mergeback (#5744)
Auto-generated PR for cleaning up release M144 NO_RELEASE_CHANGE Co-authored-by: emilypgoogle <[email protected]>
1 parent b5f152b commit d1fbda4

File tree

6 files changed

+33
-6
lines changed

6 files changed

+33
-6
lines changed

firebase-config/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# Unreleased
2+
3+
4+
# 21.6.2
25
* [fixed] Fixed an issue that could cause [remote_config] personalizations to be logged early in
36
specific cases.
47
* [fixed] Fixed an issue where the connection to the real-time Remote Config backend could remain
58
open in the background.
69

710

11+
## Kotlin
12+
The Kotlin extensions library transitively includes the updated
13+
`firebase-config` library. The Kotlin extensions library has no additional
14+
updates.
15+
816
# 21.6.1
917
* [changed] Bump internal dependencies.
1018

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.6.2
18-
latestReleasedVersion=21.6.1
17+
version=21.6.3
18+
latestReleasedVersion=21.6.2
1919
android.enableUnitTestBinaryResources=true
2020

firebase-database/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Unreleased
2+
3+
4+
# 20.3.1
25
* [fixed] Fixed the `@Exclude` annotation doesn't been propagated to Kotlin's corresponding bridge methods. [#5626](//github.com/firebase/firebase-android-sdk/pull/5706)
36

7+
8+
## Kotlin
9+
The Kotlin extensions library transitively includes the updated
10+
`firebase-database` library. The Kotlin extensions library has no additional
11+
updates.
12+
413
# 20.3.0
514
* [changed] Added Kotlin extensions (KTX) APIs from `com.google.firebase:firebase-database-ktx`
615
to `com.google.firebase:firebase-database` under the `com.google.firebase.database` package.

firebase-database/gradle.properties

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

15-
version=20.3.1
16-
latestReleasedVersion=20.3.0
15+
version=20.3.2
16+
latestReleasedVersion=20.3.1
1717
android.enableUnitTestBinaryResources=true

firebase-firestore/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Unreleased
2+
3+
4+
# 24.10.3
25
* [fixed] Fixed the missing handling setter annotations bug introduced by [#5626](//github.com/firebase/firebase-android-sdk/pull/5626). [#5706](//github.com/firebase/firebase-android-sdk/pull/5706)
36

7+
8+
## Kotlin
9+
The Kotlin extensions library transitively includes the updated
10+
`firebase-firestore` library. The Kotlin extensions library has no additional
11+
updates.
12+
413
# 24.10.2
514
* [changed] Internal test improvements.
615
* [fixed] Fixed the `@Exclude` annotation doesn't been propagated to Kotlin's corresponding bridge methods. [#5626](//github.com/firebase/firebase-android-sdk/pull/5626)
@@ -890,3 +899,4 @@ updates.
890899
or
891900
[`FieldValue.serverTimestamp()`](/docs/reference/android/com/google/firebase/firestore/FieldValue.html#serverTimestamp())
892901
values.
902+

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.10.3
2-
latestReleasedVersion=24.10.2
1+
version=24.10.4
2+
latestReleasedVersion=24.10.3

0 commit comments

Comments
 (0)