android: Set compile-/targetSdkVersion to 32
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user