Skip to content

Commit

Permalink
change gradle build tool version to 3.5.0, to fix ci issue
Browse files Browse the repository at this point in the history
  • Loading branch information
coleman committed Jul 28, 2020
1 parent 98d74e9 commit e02d471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {

dependencies {
//noinspection GradleDependency
classpath 'com.android.tools.build:gradle:3.6.2'
classpath 'com.android.tools.build:gradle:3.5.0'

classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

Expand Down

0 comments on commit e02d471

Please sign in to comment.