updating commons and build tools
This commit is contained in:
parent
80b029a218
commit
9136fe34af
|
@ -10,7 +10,7 @@ if (keystorePropertiesFile.exists()) {
|
|||
|
||||
android {
|
||||
compileSdkVersion 29
|
||||
buildToolsVersion "29.0.2"
|
||||
buildToolsVersion "29.0.3"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.simplemobiletools.flashlight"
|
||||
|
@ -56,7 +56,7 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.simplemobiletools:commons:5.21.13'
|
||||
implementation 'com.simplemobiletools:commons:5.22.10'
|
||||
implementation 'com.squareup:otto:1.3.8'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue