updated kotlin version

This commit is contained in:
Mariotaku Lee 2016-12-17 14:16:48 +08:00
parent 12aa6abd13
commit dcf608e3ff
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ apply plugin: 'io.fabric'
// END Non-FOSS component
buildscript {
ext.kotlin_version = '1.0.5-2'
ext.kotlin_version = '1.0.5-3'
repositories {
jcenter()