From fc03110d67c00f45569b02e6052675d01e5aeedb Mon Sep 17 00:00:00 2001 From: Xcreen Date: Tue, 12 Nov 2024 21:39:20 +0100 Subject: [PATCH] Fix deprecation warning --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 6a629db..03b196d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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"