From: Tobias Brunner Date: Mon, 4 Aug 2025 12:50:25 +0000 (+0200) Subject: android: Increase targetSdkVersion to 36 (Android 16) X-Git-Tag: android-2.6.0^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=19ef347628e4024c29d573d9080dc47cd47859e0;p=thirdparty%2Fstrongswan.git android: Increase targetSdkVersion to 36 (Android 16) --- diff --git a/src/frontends/android/app/build.gradle b/src/frontends/android/app/build.gradle index c55e660dc3..5b63cc4edb 100644 --- a/src/frontends/android/app/build.gradle +++ b/src/frontends/android/app/build.gradle @@ -5,9 +5,9 @@ android { defaultConfig { applicationId "org.strongswan.android" - compileSdk 34 + compileSdk 36 minSdkVersion 21 - targetSdkVersion 34 + targetSdkVersion 36 versionCode 91 versionName "2.5.6"