update commons, kotlin, gradle

This commit is contained in:
tibbi 2017-06-14 23:13:08 +02:00
parent 5b9d015ee7
commit 44923c3a65
2 changed files with 3 additions and 3 deletions

View File

@ -32,12 +32,12 @@ android {
}
dependencies {
compile 'com.simplemobiletools:commons:2.16.3'
compile 'com.simplemobiletools:commons:2.20.1'
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
}
buildscript {
ext.kotlin_version = '1.1.1'
ext.kotlin_version = '1.1.2-5'
repositories {
mavenCentral()
}

View File

@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.1'
classpath 'com.android.tools.build:gradle:2.3.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files