update gradle and commons

This commit is contained in:
tibbi 2017-04-07 23:48:38 +02:00
parent f3c7e35cc8
commit 75ef61e056
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ android {
}
dependencies {
compile 'com.simplemobiletools:commons:2.15.0'
compile 'com.simplemobiletools:commons:2.16.1'
compile 'com.facebook.stetho:stetho:1.4.1'
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
}

View File

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