From: Tobias Brunner Date: Tue, 6 Oct 2020 11:42:10 +0000 (+0200) Subject: android: Set compile-/targetSdkVersion to 29 X-Git-Tag: 5.9.1rc1~4^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f71f6f659ff1a792c689f01abdf4b1c1c88a83b1;p=thirdparty%2Fstrongswan.git android: Set compile-/targetSdkVersion to 29 This will be mandatory for existing apps on Nov 2, 2020. --- diff --git a/src/frontends/android/app/build.gradle b/src/frontends/android/app/build.gradle index 2e818421f4..14469f4276 100644 --- a/src/frontends/android/app/build.gradle +++ b/src/frontends/android/app/build.gradle @@ -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" }