We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d95d92 commit 591e3f3Copy full SHA for 591e3f3
build.gradle.kts
@@ -17,8 +17,8 @@ buildscript {
17
val kotlinVersion = rootProject.extra["kotlinVersion"].toString()
18
classpath(rootProject.extra["androidPlugin"].toString())
19
classpath(kotlin("gradle-plugin", kotlinVersion))
20
- classpath("com.google.android.gms:oss-licenses-plugin:0.10.2")
21
- classpath("com.google.firebase:firebase-crashlytics-gradle:2.5.1")
+ classpath("com.google.android.gms:oss-licenses-plugin:0.10.3")
+ classpath("com.google.firebase:firebase-crashlytics-gradle:2.5.2")
22
classpath("com.google.gms:google-services:4.3.5")
23
classpath("com.vanniktech:gradle-maven-publish-plugin:0.14.2")
24
classpath("gradle.plugin.org.mozilla.rust-android-gradle:plugin:0.8.3")
0 commit comments