android: Increase targetSdkVersion to 36 (Android 16)

This commit is contained in:
Tobias Brunner
2025-09-30 11:26:40 +02:00
parent 86508cdf2b
commit 19ef347628
+2 -2
View File
@@ -5,9 +5,9 @@ android {
defaultConfig { defaultConfig {
applicationId "org.strongswan.android" applicationId "org.strongswan.android"
compileSdk 34 compileSdk 36
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 34 targetSdkVersion 36
versionCode 91 versionCode 91
versionName "2.5.6" versionName "2.5.6"