Skip to content

Commit 89e481e

Browse files
committed
Bump kotlin and gradle plugin versions
1 parent 38155c7 commit 89e481e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

unit/BasicSample-kotlinApp/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
buildscript {
22
ext {
3-
kotlinVersion = "1.2.10"
3+
kotlinVersion = '1.3.61'
44
}
55
repositories {
66
jcenter()
77
google()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.0.1'
10+
classpath 'com.android.tools.build:gradle:3.5.2'
1111
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
1212
}
1313
}

0 commit comments

Comments
 (0)