Skip to content

Commit 591e3f3

Browse files
committed
Bump plugins version
1 parent 4d95d92 commit 591e3f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ buildscript {
1717
val kotlinVersion = rootProject.extra["kotlinVersion"].toString()
1818
classpath(rootProject.extra["androidPlugin"].toString())
1919
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")
20+
classpath("com.google.android.gms:oss-licenses-plugin:0.10.3")
21+
classpath("com.google.firebase:firebase-crashlytics-gradle:2.5.2")
2222
classpath("com.google.gms:google-services:4.3.5")
2323
classpath("com.vanniktech:gradle-maven-publish-plugin:0.14.2")
2424
classpath("gradle.plugin.org.mozilla.rust-android-gradle:plugin:0.8.3")

0 commit comments

Comments
 (0)