[Android] We're not done yet with 0.0.3
Ludovic Fauvet
git at videolan.org
Thu Sep 27 11:11:52 CEST 2012
vlc-ports/android | branch: master | Ludovic Fauvet <etix at videolan.org> | Thu Sep 27 11:08:25 2012 +0200| [4d6b54496141b5321da8eaa367beb977fafe5f0c] | committer: Ludovic Fauvet
We're not done yet with 0.0.3
Thanks to the last minute fixes ;)
This reverts commit 38de25d38a424ee520572d5ca114ca1207863e44.
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=4d6b54496141b5321da8eaa367beb977fafe5f0c
---
NEWS | 4 ----
vlc-android/AndroidManifest.xml | 4 ++--
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/NEWS b/NEWS
index a1f3d37..97f718c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,3 @@
-Changes between 0.0.3 and 0.0.4:
---------------------------------
-
-
Changes between 0.0.2 and 0.0.3:
--------------------------------
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 9980b05..e9c03e4 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="4"
- android:versionName="0.0.4" >
+ android:versionCode="3"
+ android:versionName="0.0.3" >
<uses-sdk
android:minSdkVersion="7"
More information about the Android
mailing list