Skip to content

Commit 8cc8cb4

Browse files
committed
Update versions
1 parent cad7b03 commit 8cc8cb4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
buildscript {
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
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Apr 25 19:30:00 JST 2019
1+
#Wed Sep 25 14:10:00 JST 2019
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
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

0 commit comments

Comments
 (0)