update kotlin to 1.1.3-2

This commit is contained in:
tibbi 2017-07-09 19:56:39 +02:00
parent 278445821a
commit 0cb4a527f5

View file

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