[Android] On the road to 1.5.2

Jean-Baptiste Kempf git at videolan.org
Fri Aug 7 11:54:50 CEST 2015


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Aug  7 11:54:37 2015 +0200| [df84397dc77bc64da9fad4e6c98ef764cba478af] | committer: Jean-Baptiste Kempf

On the road to 1.5.2

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

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

diff --git a/NEWS b/NEWS
index 5cdde13..2327fb1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 1.5.1 and 1.5.2:
+--------------------------------
+
+
 Changes between 1.5.0 and 1.5.1:
 --------------------------------
 
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index df5f81d..28f9f81 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="01050110"
-    android:versionName="1.5.1.1">
+    android:versionCode="01050200"
+    android:versionName="1.5.2">
     <!--
          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