Skip to content

Commit

Permalink
Downgrade gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Apr 16, 2021
1 parent c4d44b9 commit c2a0a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {

dependencies {
classpath(kotlin("gradle-plugin", "1.4.32"))
classpath("com.android.tools.build:gradle:4.2.0-rc01")
classpath("com.android.tools.build:gradle:4.1.3")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.5.2")
classpath("com.google.android.gms:oss-licenses-plugin:0.10.4")
classpath("com.google.gms:google-services:4.3.5")
Expand Down

0 comments on commit c2a0a6f

Please sign in to comment.