update kotlin to 1.2.70

This commit is contained in:
tibbi 2018-09-17 21:02:38 +02:00
parent ef8f1b25bb
commit 82cadb4f7e

View file

@ -8,7 +8,7 @@ buildscript {
propTargetSdkVersion = propCompileSdkVersion
propVersionCode = 1
propVersionName = '4.7.5'
kotlin_version = '1.2.61'
kotlin_version = '1.2.70'
support_libs = '27.1.1'
}