Use new *Sdk names

This commit is contained in:
sim 2023-08-31 22:24:06 +02:00
parent 95270c0e44
commit 6d1285d448
1 changed files with 3 additions and 4 deletions

View File

@ -4,13 +4,12 @@ plugins {
}
android {
compileSdkVersion 33
buildToolsVersion "33.0.0"
compileSdk 33
defaultConfig {
applicationId "org.unifiedpush.distributor.nextpush"
minSdkVersion 24
targetSdkVersion 33
minSdk 24
targetSdk 33
versionCode 26
versionName "1.7.1"