]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: Move package namespace declaration from Manifest to build file
authorTobias Brunner <tobias@strongswan.org>
Fri, 22 Jul 2022 08:22:05 +0000 (10:22 +0200)
committerTobias Brunner <tobias@strongswan.org>
Wed, 21 Sep 2022 11:54:37 +0000 (13:54 +0200)
src/frontends/android/app/build.gradle
src/frontends/android/app/src/main/AndroidManifest.xml

index 8a0402accff1a3594e756fe3cf29b62f8b6a7cca..d31e0004a635e36ea97157fc58f0d3aed247f4d4 100644 (file)
@@ -3,6 +3,8 @@ apply plugin: 'com.android.application'
 android {
     compileSdkVersion 30
 
+    namespace 'org.strongswan.android'
+
     defaultConfig {
         applicationId "org.strongswan.android"
         minSdkVersion 15
index 4b0a398f81a3b93119236d069817605919267b57..be9bfbe57e583730369d25a219c907b6dfc2db31 100644 (file)
@@ -17,8 +17,7 @@
     for more details.
 -->
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:tools="http://schemas.android.com/tools"
-    package="org.strongswan.android">
+    xmlns:tools="http://schemas.android.com/tools">
 
     <uses-permission android:name="android.permission.INTERNET" />
     <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />