[Android] Small update of version number for the store

Jean-Baptiste Kempf git at videolan.org
Thu Aug 6 18:24:47 CEST 2015


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Aug  6 18:24:31 2015 +0200| [8ccfaad4341b09afd95910e6eff083e1621fa6dc] | committer: Jean-Baptiste Kempf

Small update of version number for the store

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

 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 110d1d9..df5f81d 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="01050100"
-    android:versionName="1.5.1" >
+    android:versionCode="01050110"
+    android:versionName="1.5.1.1">
     <!--
          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