Skip to content

Commit 9ffdfb7

Browse files
committed
upgrade kotlin version
1 parent 65e8cb9 commit 9ffdfb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/AndroidClient/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.3.10'
4+
ext.kotlin_version = '1.3.61'
55
repositories {
66
jcenter()
77
maven {

src/AndroidClient/kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
androidTestImplementation 'com.google.code.gson:gson:2.8.2'
3232
}
3333
buildscript {
34-
ext.kotlin_version = '1.3.10'
34+
ext.kotlin_version = '1.3.61'
3535
repositories {
3636
mavenCentral()
3737
}

0 commit comments

Comments
 (0)