Skip to content

Commit

Permalink
Update firebase and deal with it's problems
Browse files Browse the repository at this point in the history
  • Loading branch information
ForceTower committed Oct 23, 2024
1 parent e914e5c commit 030610b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,8 @@ dependencies {
implementation(libs.firebase.functions.ktx)
implementation(libs.firebase.crashlytics.ktx)
implementation(libs.firebase.ui.storage)
// Remove direct guava dependency when https://github.com/firebase/firebase-android-sdk/issues/6232 resolves. or don't.
implementation(libs.guava)
implementation(libs.androidx.credentials)
implementation(libs.androidx.credentials.play.services.auth)
debugImplementation(libs.chucker)
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ credentials = "1.3.0"
dagger = "2.52"
datastore-preferences = "1.1.1"
espresso-core = "3.6.1"
firebase-bom = "33.1.2"
firebase-bom = "33.5.1"
firebase-crashlytics-gradle = "3.0.2"
firebase-ui-storage = "8.0.2"
flexbox = "3.0.0"
floatingsearchview = "2.1.1"
fragment = "1.8.4"
glide = "4.16.0"
google-ksp = "2.0.21-1.0.25"
google-ksp = "2.0.21-1.0.26"
google-services = "4.4.2"
guava = "33.3.1-android"
gson = "2.11.0"
Expand Down

0 comments on commit 030610b

Please sign in to comment.