Skip to content

Commit

Permalink
feat: bump Firebase Android SDK to 30.0.0 (#8617)
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley committed May 9, 2022
1 parent 43e8759 commit 72158aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
@@ -1,2 +1,2 @@
# https://firebase.google.com/support/release-notes/android
FirebaseSDKVersion=29.3.1
FirebaseSDKVersion=30.0.0
Expand Up @@ -51,9 +51,7 @@ android {

dependencies {
implementation platform("com.google.firebase:firebase-bom:${getRootProjectExtOrCoreProperty("FirebaseSDKVersion", firebaseCoreProject)}")
// TODO remove specific version and fallback to BoM once 18.2.10 is available in a BoM release
implementation 'com.google.firebase:firebase-crashlytics:18.2.10'
// implementation 'com.google.firebase:firebase-crashlytics'
implementation 'com.google.firebase:firebase-crashlytics'
implementation 'androidx.annotation:annotation:1.1.0'
}

Expand Down

0 comments on commit 72158aa

Please sign in to comment.