[Android] Clean tools module manifest
Geoffrey Métais
git at videolan.org
Wed May 16 14:38:16 CEST 2018
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed May 16 14:37:57 2018 +0200| [9b591a337bd7a1fec71c1acf2f852603e2e94660] | committer: Geoffrey Métais
Clean tools module manifest
> https://code.videolan.org/videolan/vlc-android/commit/9b591a337bd7a1fec71c1acf2f852603e2e94660
---
tools/src/main/AndroidManifest.xml | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/tools/src/main/AndroidManifest.xml b/tools/src/main/AndroidManifest.xml
index 6dd2d0715..e898e5c2f 100644
--- a/tools/src/main/AndroidManifest.xml
+++ b/tools/src/main/AndroidManifest.xml
@@ -1,8 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="videolan.org.commontools"
- android:versionCode="2"
- android:versionName="3.0.0" >
- <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="26"/>
-
-</manifest>
\ No newline at end of file
+<manifest package="videolan.org.commontools" />
\ No newline at end of file
More information about the Android
mailing list