[Android] On the road to 2.0.6
Jean-Baptiste Kempf
git at videolan.org
Mon Aug 8 18:49:34 CEST 2016
vlc-android | branch: 2.0.x | Jean-Baptiste Kempf <jb at videolan.org> | Mon Aug 8 18:48:48 2016 +0200| [c454d8823f6e39a878b5951d8caa5cc812f8a19a] | committer: Jean-Baptiste Kempf
On the road to 2.0.6
> https://code.videolan.org/videolan/vlc-android/commit/c454d8823f6e39a878b5951d8caa5cc812f8a19a
---
NEWS | 14 ++++++++++++++
vlc-android/AndroidManifest.xml | 4 ++--
2 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 46cd68e..080c1ec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Changes between 2.0.5 and 2.0.6:
+--------------------------------
+
+Application:
+ * Fix crash on Zenphones x86 devices
+
+Core:
+ * Codec updates
+ * FTP browsing
+
+Application:
+ * Fix crashes
+
+
Changes between 2.0.4 and 2.0.5:
--------------------------------
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 9145630..1a9b5fc 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="org.videolan.vlc"
android:installLocation="auto"
- android:versionCode="02000500"
- android:versionName="2.0.5">
+ android:versionCode="02000600"
+ android:versionName="2.0.6">
<!--
versionCode scheme is T M NN RR AA
T: Target/Flavour (1 for Android, 2 for Chrome?)
More information about the Android
mailing list