[Android] Update the versionCode to 50, to support multi-apks

Jean-Baptiste Kempf git at videolan.org
Thu Oct 11 16:41:04 CEST 2012


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Oct 11 16:39:38 2012 +0200| [08aa69398308cfa583ebe4a2fc6998e47b7a0b7e] | committer: Jean-Baptiste Kempf

Update the versionCode to 50, to support multi-apks

We can then use the last number to reflect the ABI:
 - ARMv7-a 0
 - ARMv6 1
 - x86 2
 - MIPS 3

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

 vlc-android/AndroidManifest.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 3628a20..bc355d4 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -2,7 +2,7 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="org.videolan.vlc"
     android:installLocation="auto"
-    android:versionCode="5"
+    android:versionCode="50"
     android:versionName="0.0.5" >
 
     <uses-sdk



More information about the Android mailing list