[Android] VLC for Android 1.2.4
Jean-Baptiste Kempf
git at videolan.org
Wed Apr 1 17:48:03 CEST 2015
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Apr 1 17:47:55 2015 +0200| [bbb0635961c1ad12f10168625440cf858be77ba6] | committer: Jean-Baptiste Kempf
VLC for Android 1.2.4
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=bbb0635961c1ad12f10168625440cf858be77ba6
---
NEWS | 9 +++++++++
vlc-android/AndroidManifest.xml | 4 ++--
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index e4f6f0a..1a2accc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Changes between 1.2.3 and 1.2.4:
+--------------------------------
+
+Application:
+ * Fix crashes
+ * Fix material design for action bar
+ * Fix audio support on Fire OS
+
+
Changes between 1.2.2 and 1.2.3:
--------------------------------
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 1b51b02..1ec1f94 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="01020300"
- android:versionName="1.2.3" >
+ android:versionCode="01020400"
+ android:versionName="1.2.4" >
<!--
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