android: Set compile-/targetSdkVersion to 32

This commit is contained in:
Tobias Brunner
2022-09-21 15:15:18 +02:00
parent 9db90f8c26
commit 232623dd44
+2 -2
View File
@@ -1,14 +1,14 @@
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
compileSdkVersion 30 compileSdkVersion 32
namespace 'org.strongswan.android' namespace 'org.strongswan.android'
defaultConfig { defaultConfig {
applicationId "org.strongswan.android" applicationId "org.strongswan.android"
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 30 targetSdkVersion 32
versionCode 75 versionCode 75
versionName "2.3.3" versionName "2.3.3"
} }