updating Commons, kotlin, gradle

This commit is contained in:
tibbi
2018-10-03 14:35:47 +02:00
parent 13da375ad9
commit 1ff730c140
3 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion 28
buildToolsVersion "28.0.2"
buildToolsVersion "28.0.3"
defaultConfig {
applicationId "com.simplemobiletools.draw"
@@ -41,7 +41,7 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:4.7.1'
implementation 'com.simplemobiletools:commons:4.8.7'
}
Properties props = new Properties()