Updated Kotlin version to 1.3.61

This commit is contained in:
dankl 2020-01-19 17:12:21 +01:00 committed by dankito
parent 709066c816
commit 89b1b60214
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
appVersionCode = 1
kotlinVersion = '1.3.41'
kotlinVersion = '1.3.61'
javaUtilsVersion = '1.0.9'
@ -26,7 +26,7 @@ ext {
}
buildscript {
ext.kotlin_version = '1.3.41'
ext.kotlin_version = '1.3.61'
repositories {
google()