Updated targetSdkVersion to 30 as otherwise Google wouldn't let me publish app on PlayStore

This commit is contained in:
dankito 2021-11-06 16:55:26 +01:00
parent 0f0f2a4f73
commit c75129650a
1 changed files with 3 additions and 3 deletions

View File

@ -43,13 +43,13 @@ ext {
/* Android */ /* Android */
androidCompileSdkVersion = 29 androidCompileSdkVersion = 30
androidBuildToolsVersion = "29.0.3" androidBuildToolsVersion = "30.0.3"
androidMinSdkVersion = 21 // TODO: fix SSLv3 / TLS and set back to 16 androidMinSdkVersion = 21 // TODO: fix SSLv3 / TLS and set back to 16
androidTargetSdkVersion = 29 androidTargetSdkVersion = 30
fileChooserDialogVersion = "1.3.1-androidx" fileChooserDialogVersion = "1.3.1-androidx"