[Android] VLC for Android 1.6.1

Jean-Baptiste Kempf git at videolan.org
Fri Oct 9 14:09:46 CEST 2015


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Oct  9 14:09:39 2015 +0200| [ef900af8dd91e0dc6cc2850b5c31bfae7dcd3904] | committer: Jean-Baptiste Kempf

VLC for Android 1.6.1

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

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

diff --git a/NEWS b/NEWS
index ebd4996..0327c2c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Changes between 1.6.0 and 1.6.1:
+--------------------------------
+
+Application:
+ * Fix crashes on wiko and QMobile phone
+ * Fix preferences crashes
+ * Fix crashes in Videos List and Main Activity
+
+
 Changes between 1.5.90 and 1.6.0:
 ---------------------------------
 
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 238e00e..2ca9c91 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="01060000"
-    android:versionName="1.6.0">
+    android:versionCode="01060100"
+    android:versionName="1.6.1">
     <!--
          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