File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22
33buildscript {
44 ext {
5- kotlin_version = ' 1.3.41 '
6- kotlin_cotoutines_version = ' 1.2 .1'
5+ kotlin_version = ' 1.3.50 '
6+ kotlin_cotoutines_version = ' 1.3 .1'
77 }
88 ext. versions = [
9- ' compileSdk' : 28 ,
9+ ' compileSdk' : 29 ,
1010 ' minSdk' : 21 ,
11- ' targetSdk' : 28 ,
11+ ' targetSdk' : 29 ,
1212 ' annotation' : ' 1.1.0' ,
1313 ' core_ktx' : ' 1.1.0' ,
1414 ' appcompat' : ' 1.1.0' ,
@@ -19,7 +19,7 @@ buildscript {
1919 jcenter()
2020 }
2121 dependencies {
22- classpath ' com.android.tools.build:gradle:3.4.2 '
22+ classpath ' com.android.tools.build:gradle:3.5.0 '
2323 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
2424 }
2525}
Original file line number Diff line number Diff line change 1- # Thu Apr 25 19:30 :00 JST 2019
1+ # Wed Sep 25 14:10 :00 JST 2019
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-5.2 .1-all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.4 .1-all.zip
You can’t perform that action at this time.
0 commit comments