We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a0f40 commit 6967b54Copy full SHA for 6967b54
app/build.gradle.kts
@@ -162,7 +162,7 @@ dependencies {
162
implementation(group = "com.github.bumptech.glide", name = "okhttp3-integration", version = glideVersion) {
163
exclude(group = "glide-parent")
164
}
165
- implementation(group = "com.google.firebase", name = "firebase-crashlytics", version = "18.6.2")
+ implementation(group = "com.google.firebase", name = "firebase-crashlytics", version = "18.6.3")
166
167
implementation(group = "org.jetbrains.kotlin", name = "kotlin-stdlib-jdk7", version = kotlinVersion)
168
implementation(group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.6.3")
0 commit comments