]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: Update syntax for three values Gradle warns about
authorTobias Brunner <tobias@strongswan.org>
Mon, 4 Aug 2025 13:18:02 +0000 (15:18 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 4 Aug 2025 13:48:29 +0000 (15:48 +0200)
Others seem to be fine or even get an explicit error if changed, like
targetSdkVersion.

src/frontends/android/app/build.gradle

index 3439d4b322c016568f7230ad5ebe3c7548e231b2..dfaf6a0d61f7fa425b1e696f6a5121d1f2c23835 100644 (file)
@@ -1,11 +1,11 @@
 apply plugin: 'com.android.application'
 
 android {
-    namespace 'org.strongswan.android'
+    namespace 'org.strongswan.android'
 
     defaultConfig {
         applicationId "org.strongswan.android"
-        compileSdk 36
+        compileSdk 36
         minSdkVersion 21
         targetSdkVersion 36
 
@@ -19,7 +19,7 @@ android {
         }
     }
 
-    ndkVersion "27.3.13750724"
+    ndkVersion "27.3.13750724"
 
     externalNativeBuild {
         ndkBuild {