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
1 changed files with 2 additions and 2 deletions

View File

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