Updated Kotlin version to 1.3.61
This commit is contained in:
parent
709066c816
commit
89b1b60214
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue