[Android] On the road to 1.2.2

Jean-Baptiste Kempf git at videolan.org
Mon Mar 30 17:30:40 CEST 2015


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Mar 30 17:30:31 2015 +0200| [ea0b0354fe7eaef9b13a3f91a1a87cb66213b132] | committer: Jean-Baptiste Kempf

On the road to 1.2.2

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

 vlc-android/AndroidManifest.xml |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 6ea4da4..5194572 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="01020100"
-    android:versionName="1.2.1" >
+    android:versionCode="01020200"
+    android:versionName="1.2.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