]> 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>
Tue, 30 Sep 2025 09:26:40 +0000 (11:26 +0200)
Others seem to be fine or even get an explicit error if changed, like
targetSdkVersion.

src/frontends/android/app/build.gradle

index 5b63cc4edb459cb4a730f0056ede3ac6c48d2469..330016150b3c8cb24483ee570d412173bee5fc41 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 {