android target api level 33

This commit is contained in:
2023-09-03 21:29:56 +02:00
parent a40d84bc5b
commit 61db6047c2
4 changed files with 9 additions and 7 deletions

View File

@@ -15,13 +15,13 @@ repositories {
}
android {
compileSdkVersion 31
compileSdkVersion 33
defaultConfig {
applicationId "ch.pizzalemon.android"
minSdkVersion 16
targetSdkVersion 31
versionCode 24// play store'daki version --> canlı: 0 - dahili test: 17
versionName "2.04" // play store'daki version --> canlı: 0.00 - dahili test: 1.17
targetSdkVersion 33
versionCode 25// play store'daki version --> canlı: 0 - dahili test: 17
versionName "2.05" // play store'daki version --> canlı: 0.00 - dahili test: 1.17
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
multiDexEnabled true
}