set target SDK 33

This commit is contained in:
tibbi
2022-08-12 21:34:55 +02:00
parent 81dc42b549
commit c448d0d877

View File

@ -10,12 +10,12 @@ if (keystorePropertiesFile.exists()) {
}
android {
compileSdkVersion 32
compileSdkVersion 33
defaultConfig {
applicationId "com.simplemobiletools.calculator"
minSdkVersion 21
targetSdkVersion 32
targetSdkVersion 33
versionCode 53
versionName "5.9.1"
setProperty("archivesBaseName", "calculator")