android: Increase compile-/targetSdkVersion to 33 (Android 13)

This commit is contained in:
Tobias Brunner
2023-08-29 18:03:30 +02:00
parent ddf84c165d
commit dfbafffc45
+2 -2
View File
@@ -1,14 +1,14 @@
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
compileSdkVersion 32 compileSdkVersion 33
namespace 'org.strongswan.android' namespace 'org.strongswan.android'
defaultConfig { defaultConfig {
applicationId "org.strongswan.android" applicationId "org.strongswan.android"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 32 targetSdkVersion 33
versionCode 79 versionCode 79
versionName "2.4.1" versionName "2.4.1"
} }