1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2025-01-08 06:29:34 +01:00

updated kotlin version

This commit is contained in:
Mariotaku Lee 2016-12-17 14:16:48 +08:00
parent 12aa6abd13
commit dcf608e3ff

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()