Fix deprecation warning

This commit is contained in:
Xcreen
2024-11-12 21:39:20 +01:00
parent e6da3a1be9
commit fc03110d67

View File

@@ -2,10 +2,10 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
android {
compileSdkVersion 33
defaultConfig {
applicationId "net.xcreen.restsms"
minSdkVersion 23
compileSdk 33
targetSdkVersion 33
versionCode 10
versionName "2.4.0"