[Android] On the road to 1.3.0

Jean-Baptiste Kempf git at videolan.org
Wed Apr 8 17:14:11 CEST 2015


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Apr  8 17:13:58 2015 +0200| [57c5ff8e6697daa483127539b8ad1aa030bad445] | committer: Jean-Baptiste Kempf

On the road to 1.3.0

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

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

diff --git a/NEWS b/NEWS
index 330b824..7f8330f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 1.2.5 and 1.3.0:
+--------------------------------
+
+
 Changes between 1.2.4 and 1.2.5:
 --------------------------------
 
@@ -9,6 +13,7 @@ Application:
  * Add option to ask for resume video or play from star
  * Volume/brightness: add a vertical bar and levels in %
 
+
 Changes between 1.2.3 and 1.2.4:
 --------------------------------
 
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 043d2d5..f46fdf5 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="01020500"
-    android:versionName="1.2.5" >
+    android:versionCode="01030000"
+    android:versionName="1.3.0" >
     <!--
          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