File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 33buildscript {
44 ext. kotlin_version = ' 1.3.10'
55 repositories {
6+ google()
67 jcenter()
78 maven {
89 url ' https://maven.google.com/'
910 name ' Google'
1011 }
1112 }
1213 dependencies {
13- classpath ' com.android.tools.build:gradle:3.2.0 '
14+ classpath ' com.android.tools.build:gradle:3.5.3 '
1415 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1516 // NOTE: Do not place your application dependencies here; they belong
1617 // in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ buildscript {
3030 jcenter()
3131 }
3232 dependencies {
33- classpath ' com.novoda:bintray-release:0.9'
33+ classpath ' com.novoda:bintray-release:0.9.1 '
3434 }
3535}
3636
You can’t perform that action at this time.
0 commit comments