Update Kotlin to match main Tachiyomi app (#439)

Update Kotlin to match main Tachiyomi app
This commit is contained in:
Eugene 2018-08-05 15:52:46 -04:00 committed by Carlos
parent 71806a3d1d
commit eda65cb70f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
buildscript { buildscript {
ext.kotlin_version = '1.2.21' ext.kotlin_version = '1.2.30'
repositories { repositories {
jcenter() jcenter()
google() google()