[Android] On the way to 1.1.4
Jean-Baptiste Kempf
git at videolan.org
Sat Mar 7 12:10:47 CET 2015
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Mar 7 12:10:38 2015 +0100| [f112035850e44c07dd68b8d6bb314d037e0a808a] | committer: Jean-Baptiste Kempf
On the way to 1.1.4
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=f112035850e44c07dd68b8d6bb314d037e0a808a
---
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 8af0e55..da6e9b8 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="01010300"
- android:versionName="1.1.3" >
+ android:versionCode="01010400"
+ android:versionName="1.1.4" >
<!--
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