BIT-946: Add Google Services and Crashlytics to standard builds (#473)

This commit is contained in:
Sean Weiser
2024-01-02 16:31:45 -06:00
committed by Álison Fernandes
parent 9bf07f0693
commit fd9ca8f544
5 changed files with 103 additions and 3 deletions

View File

@@ -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" }