updating commons and build tools

This commit is contained in:
tibbi 2020-02-15 22:50:07 +01:00
parent 80b029a218
commit 9136fe34af

View File

@ -10,7 +10,7 @@ if (keystorePropertiesFile.exists()) {
android { android {
compileSdkVersion 29 compileSdkVersion 29
buildToolsVersion "29.0.2" buildToolsVersion "29.0.3"
defaultConfig { defaultConfig {
applicationId "com.simplemobiletools.flashlight" applicationId "com.simplemobiletools.flashlight"
@ -56,7 +56,7 @@ android {
} }
dependencies { dependencies {
implementation 'com.simplemobiletools:commons:5.21.13' implementation 'com.simplemobiletools:commons:5.22.10'
implementation 'com.squareup:otto:1.3.8' implementation 'com.squareup:otto:1.3.8'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2'
} }