Skip to content

Commit 5c1465f

Browse files
m142 mergeback (#5648)
Auto-generated PR for cleaning up release m142 NO_RELEASE_CHANGE Co-authored-by: davidmotson <[email protected]> Co-authored-by: David Motsonashvili <[email protected]>
1 parent 2417b84 commit 5c1465f

File tree

9 files changed

+39
-12
lines changed

9 files changed

+39
-12
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=18.6.1
2-
latestReleasedVersion=18.6.0
1+
version=18.6.2
2+
latestReleasedVersion=18.6.1

firebase-crashlytics/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+
# 18.6.1
25
* [feature] Updated `firebase-sessions` dependency for internal improvements
36

7+
8+
## Kotlin
9+
The Kotlin extensions library transitively includes the updated
10+
`firebase-crashlytics` library. The Kotlin extensions library has no additional
11+
updates.
12+
413
# 18.6.0
514
* [changed] Include more details about app processes in reports.
615
* [feature] Updated `firebase-sessions` dependency for more accurate sessions on multi-process apps.
@@ -533,3 +542,4 @@ The following release notes describe changes in the new SDK.
533542
from your `AndroidManifest.xml` file.
534543
* [removed] The `fabric.properties` and `crashlytics.properties` files are no
535544
longer supported. Remove them from your app.
545+

firebase-crashlytics/firebase-crashlytics.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ dependencies {
9393
implementation("com.google.firebase:firebase-common-ktx:20.4.2")
9494
implementation("com.google.firebase:firebase-components:17.1.3")
9595
implementation("com.google.firebase:firebase-installations:17.2.0")
96-
implementation(project(':firebase-sessions')) {
96+
implementation("com.google.firebase:firebase-sessions:1.2.1") {
9797
exclude group: 'com.google.firebase', module: 'firebase-common'
9898
exclude group: 'com.google.firebase', module: 'firebase-components'
9999
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=18.6.1
2-
latestReleasedVersion=18.6.0
1+
version=18.6.2
2+
latestReleasedVersion=18.6.1

firebase-firestore/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Unreleased
2-
* [fixed] Fixed an issue caused by calling mutation on immutable map object. [#5573](//github.com/firebase/firebase-android-sdk/pull/5573)
32

3+
4+
# 24.10.1
5+
* [fixed] Fixed an issue caused by calling mutation on immutable map object. [#5573](//github.com/firebase/firebase-android-sdk/pull/5573)
46
* [fixed] Fixed an issue in the local cache synchronization logic where all locally-cached documents that matched a resumed query would be unnecessarily re-downloaded; with the fix it now only downloads the documents that are known to be out-of-sync. [#5506](//github.com/firebase/firebase-android-sdk/pull/5506)
57
* [fixed] Fixed an issue where GC runs into a infinite loop in a certain case. [#5417](https://github.com/firebase/firebase-android-sdk/issues/5417)
68

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.
14+
715
# 24.10.0
816
* [fixed] Fixed the `DocumentSnapshot` equals method to not consider internal state when comparing snapshots.
917

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.1
2-
latestReleasedVersion=24.10.0
1+
version=24.10.2
2+
latestReleasedVersion=24.10.1

firebase-ml-modeldownloader/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Unreleased
2+
3+
4+
# 24.2.2
25
* [fixed] Fixed `SecurityException` where the `RECEIVER_EXPORTED` or `RECEIVER_NOT_EXPORTED` flag should be
36
specified when registerReceiver is being used. [#5597](https://github.com/firebase/firebase-android-sdk/pull/5597)
47

8+
9+
## Kotlin
10+
The Kotlin extensions library transitively includes the updated
11+
`firebase-ml-modeldownloader` library. The Kotlin extensions library has no additional
12+
updates.
13+
514
# 24.2.1
615
* [changed] Internal infrastructure improvements.
716

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=24.2.2
2-
latestReleasedVersion=24.2.1
1+
version=24.2.3
2+
latestReleasedVersion=24.2.2

firebase-sessions/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=1.2.1
16-
latestReleasedVersion=1.2.0
15+
version=1.2.2
16+
latestReleasedVersion=1.2.1

0 commit comments

Comments
 (0)