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
2 changes: 2 additions & 0 deletions firebase-messaging-directboot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- [changed] Fixed re-registration invocation with FID change (#8338)
Comment thread
VinayGuthal marked this conversation as resolved.

# 25.1.0

- [unchanged] Updated to keep messaging SDK versions aligned.
Expand Down
2 changes: 2 additions & 0 deletions firebase-messaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- [changed] Fixed re-registration invocation with FID change (#8338)

# 25.1.0

- [feature] Added support for FCM registration using Firebase Installation ID (#8087)
Expand Down
2 changes: 1 addition & 1 deletion firebase-messaging/firebase-messaging.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ dependencies {
api("com.google.firebase:firebase-encoders-json:18.0.0")
api("com.google.firebase:firebase-encoders-proto:16.0.0")
api("com.google.firebase:firebase-iid-interop:17.1.0")
api("com.google.firebase:firebase-installations:19.1.0") {
api("com.google.firebase:firebase-installations:19.1.1") {
exclude(group = "com.google.firebase", module = "firebase-common-ktx")
}
api("com.google.firebase:firebase-installations-interop:17.1.0")
Expand Down
Loading