updating build tools and commons
This commit is contained in:
parent
e2e49f32a6
commit
9c71da7a41
|
@ -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.thankyou"
|
applicationId "com.simplemobiletools.thankyou"
|
||||||
|
@ -56,5 +56,5 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.simplemobiletools:commons:5.21.14'
|
implementation 'com.simplemobiletools:commons:5.22.10'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue