update kotlin to 1.1.4-2

This commit is contained in:
tibbi 2017-08-24 10:30:52 +02:00
parent 67c4ed0125
commit 28ff2fc842

View file

@ -30,6 +30,6 @@ ext {
propTargetSdkVersion = propCompileSdkVersion
propVersionCode = 1
propVersionName = '2.25.4'
kotlin_version = '1.1.4'
kotlin_version = '1.1.4-2'
support_libs = '25.3.1'
}