Skip to content

Commit

Permalink
Bump plugins version
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Apr 10, 2021
1 parent 4d95d92 commit 591e3f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ buildscript {
val kotlinVersion = rootProject.extra["kotlinVersion"].toString()
classpath(rootProject.extra["androidPlugin"].toString())
classpath(kotlin("gradle-plugin", kotlinVersion))
classpath("com.google.android.gms:oss-licenses-plugin:0.10.2")
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")
classpath("com.google.gms:google-services:4.3.5")
classpath("com.vanniktech:gradle-maven-publish-plugin:0.14.2")
classpath("gradle.plugin.org.mozilla.rust-android-gradle:plugin:0.8.3")
Expand Down

0 comments on commit 591e3f3

Please sign in to comment.