[Android] VLC for Android 1.6.3

Jean-Baptiste Kempf git at videolan.org
Tue Oct 13 14:43:13 CEST 2015


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Oct 13 14:42:49 2015 +0200| [66606de915e1d90d59f0036a549998c979a7c248] | committer: Jean-Baptiste Kempf

VLC for Android 1.6.3

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

 NEWS                            |    6 ++++++
 vlc-android/AndroidManifest.xml |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index b5277af..03ffc32 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes between 1.6.2 and 1.6.3:
+--------------------------------
+
+Application:
+ * Fix crash on Android < 3.0
+
 Changes between 1.6.1 and 1.6.2:
 --------------------------------
 
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index dd32fdc..599d714 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="01060200"
-    android:versionName="1.6.2">
+    android:versionCode="01060300"
+    android:versionName="1.6.3">
     <!--
          versionCode scheme is T M NN RR AA
          T: Target/Flavour (0 for Android, 1 for ATV, 2 for Chrome?)



More information about the Android mailing list