mirror of
https://github.com/bitwarden/android.git
synced 2026-03-21 22:00:42 -05:00
BIT-946: Add Google Services and Crashlytics to standard builds (#473)
This commit is contained in:
committed by
Álison Fernandes
parent
9bf07f0693
commit
fd9ca8f544
@@ -24,9 +24,11 @@ androidxSplash = "1.1.0-alpha02"
|
||||
# Once the app and SDK reach a critical point of completeness we should begin fixing the version
|
||||
# here (BIT-311).
|
||||
bitwardenSdk = "0.3.1-20231221.163756-59"
|
||||
crashlytics = "2.9.9"
|
||||
detekt = "1.23.1"
|
||||
firebaseBom = "32.7.0"
|
||||
glide = "1.0.0-beta01"
|
||||
googleServices = "4.4.0"
|
||||
hilt = "2.48"
|
||||
junit5 = "5.8.2"
|
||||
jvmTarget = "1.8"
|
||||
@@ -98,7 +100,9 @@ zxing-zxing-core = { module = "com.google.zxing:core", version.ref = "zxing" }
|
||||
|
||||
[plugins]
|
||||
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }
|
||||
crashlytics = { id = "com.google.firebase.crashlytics", version.ref = "crashlytics" }
|
||||
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
|
||||
google-services = { id = "com.google.gms.google-services", version.ref = "googleServices" }
|
||||
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
|
||||
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
||||
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
|
||||
|
||||
Reference in New Issue
Block a user