set compileSdkVersion and targetSdkVersion to 32

This commit is contained in:
2022-08-27 13:56:15 +02:00
parent da94003368
commit f128efea0d
2 changed files with 5 additions and 3 deletions

View File

@ -5,13 +5,13 @@ plugins {
}
android {
compileSdkVersion 31
compileSdkVersion 32
buildToolsVersion "30.0.3"
defaultConfig {
applicationId "org.mosad.teapod"
minSdkVersion 23
targetSdkVersion 31
targetSdkVersion 32
versionCode 9020 //00.09.020
versionName "1.0.0-beta3"