File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ android:
1111 components :
1212 - tools
1313 - platform-tools
14- - build-tools-29.0.2
14+ - build-tools-29.0.3
1515 - android-29
1616 - extra-android-support
1717 - extra-android-m2repository
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ buildscript {
1919 ' compileSdk' : 29 ,
2020 ' minSdk' : 18 ,
2121 ' targetSdk' : 29 ,
22- ' buildTools' : ' 29.0.2 ' ,
22+ ' buildTools' : ' 29.0.3 ' ,
2323 ' androidx' : ' 1.1.0-rc01' ,
2424 ' constraintlayout' : ' 2.0.0-alpha3' ,
25- ' kotlin' : ' 1.3.41 '
25+ ' kotlin' : ' 1.3.61 '
2626 ]
2727
2828 repositories {
@@ -31,7 +31,7 @@ buildscript {
3131 }
3232
3333 dependencies {
34- classpath ' com.android.tools.build:gradle:3.6 .0-alpha07 '
34+ classpath ' com.android.tools.build:gradle:4.0 .0-alpha09 '
3535 classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
3636 classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
3737 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:${ versions.kotlin} "
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-5.5 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.1-rc-1 -all.zip
You can’t perform that action at this time.
0 commit comments