[Android] On the road to 0.9.7.1
Jean-Baptiste Kempf
git at videolan.org
Mon Jul 7 18:59:26 CEST 2014
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jul 7 18:59:10 2014 +0200| [60cad262db596a8e4b32cefb4f801c3626902abe] | committer: Jean-Baptiste Kempf
On the road to 0.9.7.1
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=60cad262db596a8e4b32cefb4f801c3626902abe
---
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 e97fb59..dba015c 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="9799"
- android:versionName="0.9.8-git" >
+ android:versionCode="9710"
+ android:versionName="0.9.7.1" >
<uses-sdk
android:minSdkVersion="7"
More information about the Android
mailing list