[Android] On the road to 1.2.3
Jean-Baptiste Kempf
git at videolan.org
Tue Mar 31 11:34:47 CEST 2015
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Mar 31 11:34:40 2015 +0200| [9bc6156d799825ac02d62e2ebe1dc7b14d04af9d] | committer: Jean-Baptiste Kempf
On the road to 1.2.3
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=9bc6156d799825ac02d62e2ebe1dc7b14d04af9d
---
NEWS | 11 ++++++++++-
vlc-android/AndroidManifest.xml | 4 ++--
2 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index b91ebe3..a8b4dc1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,13 @@
-Changes between 1.2.0 and 1.2.1:
+Changes between 1.2.2 and 1.2.3:
+--------------------------------
+
+Application:
+ * Fix material alignment
+ * Support chapter selection
+ * Fix directory context menu
+
+
+Changes between 1.2.1 and 1.2.2:
--------------------------------
Core:
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 5194572..1b51b02 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="01020200"
- android:versionName="1.2.2" >
+ android:versionCode="01020300"
+ android:versionName="1.2.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