Skip to content

Commit

Permalink
feat!: Firebase android SDK BOM 31.0.0 (#9724)
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley committed Oct 17, 2022
1 parent db5a5e1 commit 29ba1a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
@@ -1,2 +1,2 @@
# https://firebase.google.com/support/release-notes/android
FirebaseSDKVersion=30.5.0
FirebaseSDKVersion=31.0.0
Expand Up @@ -53,6 +53,9 @@ android {
implementation 'com.google.firebase:firebase-messaging'
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'
implementation 'androidx.annotation:annotation:1.4.0'
implementation ('com.google.firebase:firebase-iid:21.1.0') {

This comment has been minimized.

Copy link
@mikehardy

mikehardy Oct 18, 2022

Contributor

Just in case this breadcrumb helps illuminate why this is here, and when it may be removed:
// temporary workaround: firebase/firebase-android-sdk#4206

transitive = true
}
}
}

Expand Down

0 comments on commit 29ba1a0

Please sign in to comment.