updating build tools and commons

This commit is contained in:
tibbi 2020-02-16 21:14:40 +01:00
parent e2e49f32a6
commit 9c71da7a41
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ if (keystorePropertiesFile.exists()) {
android {
compileSdkVersion 29
buildToolsVersion "29.0.2"
buildToolsVersion "29.0.3"
defaultConfig {
applicationId "com.simplemobiletools.thankyou"
@ -56,5 +56,5 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.21.14'
implementation 'com.simplemobiletools:commons:5.22.10'
}