android: Set compile-/targetSdkVersion to 29

This will be mandatory for existing apps on Nov 2, 2020.
This commit is contained in:
Tobias Brunner 2020-10-06 13:42:10 +02:00
parent ad2caae301
commit f71f6f659f

View File

@ -1,12 +1,12 @@
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
compileSdkVersion 28 compileSdkVersion 29
defaultConfig { defaultConfig {
applicationId "org.strongswan.android" applicationId "org.strongswan.android"
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 28 targetSdkVersion 29
versionCode 72 versionCode 72
versionName "2.3.0" versionName "2.3.0"
} }