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 2
2
3
3
buildscript {
4
4
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'
7
7
}
8
8
ext. versions = [
9
- ' compileSdk' : 28 ,
9
+ ' compileSdk' : 29 ,
10
10
' minSdk' : 21 ,
11
- ' targetSdk' : 28 ,
11
+ ' targetSdk' : 29 ,
12
12
' annotation' : ' 1.1.0' ,
13
13
' core_ktx' : ' 1.1.0' ,
14
14
' appcompat' : ' 1.1.0' ,
@@ -19,7 +19,7 @@ buildscript {
19
19
jcenter()
20
20
}
21
21
dependencies {
22
- classpath ' com.android.tools.build:gradle:3.4.2 '
22
+ classpath ' com.android.tools.build:gradle:3.5.0 '
23
23
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
24
24
}
25
25
}
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
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =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