[Android] On the road to 1.2.5
Jean-Baptiste Kempf
git at videolan.org
Fri Apr 3 20:22:11 CEST 2015
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Apr 3 20:21:56 2015 +0200| [dcf52d67b8120b013c0770a1c452e96dac248578] | committer: Jean-Baptiste Kempf
On the road to 1.2.5
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=dcf52d67b8120b013c0770a1c452e96dac248578
---
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 1ec1f94..043d2d5 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="01020400"
- android:versionName="1.2.4" >
+ android:versionCode="01020500"
+ android:versionName="1.2.5" >
<!--
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