Build with Android SDK 33 (Android 13)

This commit is contained in:
Xcreen
2023-07-15 17:11:56 +02:00
parent 60f7c24106
commit 8f424bf131

View File

@@ -2,11 +2,11 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
android {
compileSdkVersion 32
compileSdkVersion 33
defaultConfig {
applicationId "net.xcreen.restsms"
minSdkVersion 23
targetSdkVersion 32
targetSdkVersion 33
versionCode 9
versionName "2.3.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"