[Android] On the way to 1.1.0
Jean-Baptiste Kempf
git at videolan.org
Wed Dec 3 16:19:16 CET 2014
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Dec 3 16:19:07 2014 +0100| [d314518bf4d0c4f07cc3e88809269774bda5c75a] | committer: Jean-Baptiste Kempf
On the way to 1.1.0
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=d314518bf4d0c4f07cc3e88809269774bda5c75a
---
vlc-android/AndroidManifest.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 545b356..3064495 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.videolan.vlc"
android:installLocation="auto"
- android:versionCode="9999"
- android:versionName="1.0.0-git" >
+ android:versionCode="11000"
+ android:versionName="1.1.0-git" >
<uses-sdk
android:minSdkVersion="7"
More information about the Android
mailing list