Use new *Sdk names
This commit is contained in:
parent
95270c0e44
commit
6d1285d448
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue