Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions firebase-crashlytics-ndk/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=18.6.1
latestReleasedVersion=18.6.0
version=18.6.2
latestReleasedVersion=18.6.1
10 changes: 10 additions & 0 deletions firebase-crashlytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Unreleased


# 18.6.1
* [feature] Updated `firebase-sessions` dependency for internal improvements


## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-crashlytics` library. The Kotlin extensions library has no additional
updates.

# 18.6.0
* [changed] Include more details about app processes in reports.
* [feature] Updated `firebase-sessions` dependency for more accurate sessions on multi-process apps.
Expand Down Expand Up @@ -533,3 +542,4 @@ The following release notes describe changes in the new SDK.
from your `AndroidManifest.xml` file.
* [removed] The `fabric.properties` and `crashlytics.properties` files are no
longer supported. Remove them from your app.

2 changes: 1 addition & 1 deletion firebase-crashlytics/firebase-crashlytics.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ dependencies {
implementation("com.google.firebase:firebase-common-ktx:20.4.2")
implementation("com.google.firebase:firebase-components:17.1.3")
implementation("com.google.firebase:firebase-installations:17.2.0")
implementation(project(':firebase-sessions')) {
implementation("com.google.firebase:firebase-sessions:1.2.1") {
exclude group: 'com.google.firebase', module: 'firebase-common'
exclude group: 'com.google.firebase', module: 'firebase-components'
}
Expand Down
4 changes: 2 additions & 2 deletions firebase-crashlytics/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=18.6.1
latestReleasedVersion=18.6.0
version=18.6.2
latestReleasedVersion=18.6.1
10 changes: 9 additions & 1 deletion firebase-firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Unreleased
* [fixed] Fixed an issue caused by calling mutation on immutable map object. [#5573](//github.com/firebase/firebase-android-sdk/pull/5573)


# 24.10.1
* [fixed] Fixed an issue caused by calling mutation on immutable map object. [#5573](//github.com/firebase/firebase-android-sdk/pull/5573)
* [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)
* [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)


## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-firestore` library. The Kotlin extensions library has no additional
updates.

# 24.10.0
* [fixed] Fixed the `DocumentSnapshot` equals method to not consider internal state when comparing snapshots.

Expand Down
4 changes: 2 additions & 2 deletions firebase-firestore/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=24.10.1
latestReleasedVersion=24.10.0
version=24.10.2
latestReleasedVersion=24.10.1
9 changes: 9 additions & 0 deletions firebase-ml-modeldownloader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Unreleased


# 24.2.2
* [fixed] Fixed `SecurityException` where the `RECEIVER_EXPORTED` or `RECEIVER_NOT_EXPORTED` flag should be
specified when registerReceiver is being used. [#5597](https://github.com/firebase/firebase-android-sdk/pull/5597)


## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-ml-modeldownloader` library. The Kotlin extensions library has no additional
updates.

# 24.2.1
* [changed] Internal infrastructure improvements.

Expand Down
4 changes: 2 additions & 2 deletions firebase-ml-modeldownloader/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=24.2.2
latestReleasedVersion=24.2.1
version=24.2.3
latestReleasedVersion=24.2.2
4 changes: 2 additions & 2 deletions firebase-sessions/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version=1.2.1
latestReleasedVersion=1.2.0
version=1.2.2
latestReleasedVersion=1.2.1