[Android] Android: Update to 1.0.0

Jean-Baptiste Kempf git at videolan.org
Wed Dec 3 16:20:01 CET 2014


vlc-ports/android | branch: 1.0.x | Jean-Baptiste Kempf <jb at videolan.org> | Wed Dec  3 16:19:51 2014 +0100| [ce7f8dccc2f5c3ada10d4908bb5058218185847b] | committer: Jean-Baptiste Kempf

Android: Update to 1.0.0

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=ce7f8dccc2f5c3ada10d4908bb5058218185847b
---

 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 e744027..ee9a59a 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="0.9.10" >
+    android:versionCode="10000"
+    android:versionName="1.0.0" >
 
     <uses-sdk
         android:minSdkVersion="7"



More information about the Android mailing list