Use Kotlin 1.3.50

This commit is contained in:
ligi 2019-10-12 12:34:57 +09:00
parent 5eb079587f
commit 927347dd5f
No known key found for this signature in database
GPG Key ID: 8E81894010ABF23D

View File

@ -1,6 +1,6 @@
buildscript { buildscript {
ext { ext {
KOTLIN_VERSION = "1.3.41" KOTLIN_VERSION = "1.3.50"
KETHEREUM_VERSION = "0.76.0" KETHEREUM_VERSION = "0.76.0"
} }