Set build tools version to 30 as builds below 29 aren't accepted anymore by PlayStore

This commit is contained in:
dankito 2020-11-07 19:41:25 +01:00
parent eb7fe4a284
commit 7b94efb975
1 changed files with 3 additions and 3 deletions

View File

@ -43,13 +43,13 @@ ext {
/* Android */
androidCompileSdkVersion = 28
androidCompileSdkVersion = 30
androidBuildToolsVersion = "28.0.6"
androidBuildToolsVersion = "30.0.2"
androidMinSdkVersion = 21 // TODO: fix SSLv3 / TLS and set back to 16
androidTargetSdkVersion = 28
androidTargetSdkVersion = 30
fileChooserDialogVersion = "1.3.0-androidx"