Skip to content

Commit

Permalink
deps: update firebase and crashlytics
Browse files Browse the repository at this point in the history
  • Loading branch information
superus8r committed Apr 1, 2024
1 parent b0faaba commit 0ebc0d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
buildscript {
ext {
coroutines_version = "1.6.4"
firebase_bom_version = "30.5.0"
firebase_bom_version = "32.8.0"
hilt_version = "2.44"
jacoco_version = "0.8.8"
kotlin_version = "1.8.10"
material_version = "1.11.0"
}
dependencies {
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"
classpath "com.google.gms:google-services:4.3.15"
classpath "com.google.firebase:firebase-crashlytics-gradle:2.9.7"
classpath "com.google.gms:google-services:4.4.1"
classpath "com.google.firebase:firebase-crashlytics-gradle:2.9.9"
}
}

Expand Down

0 comments on commit 0ebc0d6

Please sign in to comment.