]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: Set compile-/targetSdkVersion to 29
authorTobias Brunner <tobias@strongswan.org>
Tue, 6 Oct 2020 11:42:10 +0000 (13:42 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 29 Oct 2020 09:22:51 +0000 (10:22 +0100)
This will be mandatory for existing apps on Nov 2, 2020.

src/frontends/android/app/build.gradle

index 2e818421f461e3e4f3feafcb1c476c9bd99a3e73..14469f427634c5c16b8d9aef9ca7d877d57dca6a 100644 (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"
     }