[Android] Fix release build
Nicolas Pomepuy
git at videolan.org
Mon Jun 20 13:18:57 UTC 2022
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Jun 20 15:10:14 2022 +0200| [c722e2b2ba0b1970dc1dc7ff968b1bd658e44d6a] | committer: Nicolas Pomepuy
Fix release build
> https://code.videolan.org/videolan/vlc-android/commit/c722e2b2ba0b1970dc1dc7ff968b1bd658e44d6a
---
application/app/flavors/release/AndroidManifest.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/application/app/flavors/release/AndroidManifest.xml b/application/app/flavors/release/AndroidManifest.xml
index 58a84a79e..fc24b1ae1 100644
--- a/application/app/flavors/release/AndroidManifest.xml
+++ b/application/app/flavors/release/AndroidManifest.xml
@@ -25,8 +25,7 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- package="org.videolan.mobile.app">
+ xmlns:tools="http://schemas.android.com/tools">
<uses-permission android:name="android.permission.READ_LOGS" tools:node="remove" />
More information about the Android
mailing list