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'
android {
compileSdkVersion 30
compileSdkVersion 32
namespace 'org.strongswan.android'
defaultConfig {
applicationId "org.strongswan.android"
minSdkVersion 15
targetSdkVersion 30
targetSdkVersion 32
versionCode 75
versionName "2.3.3"
}