android: Increase targetSdkVersion to 36 (Android 16)
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user