From: Tobias Brunner Date: Tue, 29 Aug 2023 15:57:29 +0000 (+0200) Subject: android: Increase compile-/targetSdkVersion to 33 (Android 13) X-Git-Tag: android-2.4.2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfbafffc450aa3610aad210ebf7aacc1d563b9c9;p=thirdparty%2Fstrongswan.git android: Increase compile-/targetSdkVersion to 33 (Android 13) --- diff --git a/src/frontends/android/app/build.gradle b/src/frontends/android/app/build.gradle index d465ffaeb1..b35b32630c 100644 --- a/src/frontends/android/app/build.gradle +++ b/src/frontends/android/app/build.gradle @@ -1,14 +1,14 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 32 + compileSdkVersion 33 namespace 'org.strongswan.android' defaultConfig { applicationId "org.strongswan.android" minSdkVersion 21 - targetSdkVersion 32 + targetSdkVersion 33 versionCode 79 versionName "2.4.1" }