Updated Kotlin version to 1.3.61
This commit is contained in:
parent
709066c816
commit
89b1b60214
|
@ -5,7 +5,7 @@ ext {
|
||||||
|
|
||||||
appVersionCode = 1
|
appVersionCode = 1
|
||||||
|
|
||||||
kotlinVersion = '1.3.41'
|
kotlinVersion = '1.3.61'
|
||||||
|
|
||||||
javaUtilsVersion = '1.0.9'
|
javaUtilsVersion = '1.0.9'
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ ext {
|
||||||
}
|
}
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
ext.kotlin_version = '1.3.41'
|
ext.kotlin_version = '1.3.61'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
|
|
Loading…
Reference in New Issue