update kotlin to 1.1.4-3

This commit is contained in:
tibbi 2017-09-03 10:59:51 +02:00
parent c6c7db9d7e
commit d472c979b1

View file

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