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