[Android] Increment verison to 1.0.1
Geoffrey Métais
git at videolan.org
Wed Dec 10 11:14:22 CET 2014
vlc-ports/android | branch: 1.0.x | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Dec 10 11:12:54 2014 +0100| [fd887eafc5746e577d0fb7d1278b6936a4ad3a7e] | committer: Geoffrey Métais
Increment verison to 1.0.1
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=fd887eafc5746e577d0fb7d1278b6936a4ad3a7e
---
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 ee9a59a..caca0db 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="10000"
- android:versionName="1.0.0" >
+ android:versionCode="10100"
+ android:versionName="1.0.1" >
<uses-sdk
android:minSdkVersion="7"
More information about the Android
mailing list