kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
fix: add crashlytics version reference (#1644)
Signed-off-by: James Rich <james.a.rich@gmail.com>pull/1646/head 2.5.18
rodzic
5045bcd2b7
commit
a9df1da44f
gradle
|
@ -9,6 +9,7 @@ constraintlayout = "2.2.1"
|
|||
core-ktx = "1.15.0"
|
||||
core-location-altitude = "1.0.0-alpha03"
|
||||
core-splashscreen = "1.0.1"
|
||||
crashlytics = "3.0.3"
|
||||
datastore = "1.1.3"
|
||||
detekt = "1.23.8"
|
||||
devtools-ksp = "2.1.10-1.0.31"
|
||||
|
@ -71,7 +72,7 @@ ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junit-
|
|||
firebase-analytics = { group = "com.google.firebase", name = "firebase-analytics" }
|
||||
firebase-bom = { group = "com.google.firebase", name = "firebase-bom", version.ref = "firebase-bom" }
|
||||
firebase-crashlytics = { group = "com.google.firebase", name = "firebase-crashlytics"}
|
||||
firebase-crashlytics-gradle = { group = "com.google.firebase", name = "firebase-crashlytics-gradle" }
|
||||
firebase-crashlytics-gradle = { group = "com.google.firebase", name ="firebase-crashlytics-gradle", version.ref = "crashlytics" }
|
||||
fragment-ktx = { group = "androidx.fragment", name = "fragment-ktx", version.ref = "fragment-ktx" }
|
||||
google-services = { group = "com.google.gms", name = "google-services", version.ref = "google-services" }
|
||||
hilt-android = { group = "com.google.dagger", name = "hilt-android", version.ref = "hilt" }
|
||||
|
@ -168,3 +169,4 @@ kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
|||
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize" }
|
||||
kotlin-serialization = { id = "kotlinx-serialization" }
|
||||
protobuf = { id = "com.google.protobuf" }
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue