[Android] VLC for Android 1.6.5
Jean-Baptiste Kempf
git at videolan.org
Mon Oct 19 11:28:07 CEST 2015
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Oct 19 11:27:50 2015 +0200| [e5b49156e837b464b4bf0b9bc05d82a0e49f88af] | committer: Jean-Baptiste Kempf
VLC for Android 1.6.5
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=e5b49156e837b464b4bf0b9bc05d82a0e49f88af
---
NEWS | 7 +++++++
vlc-android/AndroidManifest.xml | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 536ab39..111ea3b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Changes between 1.6.4 and 1.6.5:
+--------------------------------
+
+Application:
+ * Fix crash on Audio Album sorting
+ * Update support library to 23.1
+
Changes between 1.6.3 and 1.6.4:
--------------------------------
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 8d7e7c6..3458143 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="01060400"
- android:versionName="1.6.4">
+ android:versionCode="01060500"
+ android:versionName="1.6.5">
<!--
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