Skip to content

Commit

Permalink
upgrade kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Jan 21, 2020
1 parent 65e8cb9 commit 9ffdfb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/AndroidClient/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.3.10'
ext.kotlin_version = '1.3.61'
repositories {
jcenter()
maven {
Expand Down
2 changes: 1 addition & 1 deletion src/AndroidClient/kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
androidTestImplementation 'com.google.code.gson:gson:2.8.2'
}
buildscript {
ext.kotlin_version = '1.3.10'
ext.kotlin_version = '1.3.61'
repositories {
mavenCentral()
}
Expand Down

0 comments on commit 9ffdfb7

Please sign in to comment.