[Android] On the way to 1.0.2

Jean-Baptiste Kempf git at videolan.org
Tue Feb 17 10:15:40 CET 2015


vlc-ports/android | branch: 1.0.x | Jean-Baptiste Kempf <jb at videolan.org> | Tue Feb 17 10:15:22 2015 +0100| [ad9577071f68f7bc21ae6352783964463d0139b6] | committer: Jean-Baptiste Kempf

On the way to 1.0.2

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=ad9577071f68f7bc21ae6352783964463d0139b6
---

 NEWS                            |    3 +++
 vlc-android/AndroidManifest.xml |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 934e0b1..79bc100 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Changes between 1.0.1 and 1.0.2:
+---------------------------------
+
 Changes between 1.0.0 and 1.0.1:
 ---------------------------------
 
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index caca0db..93a64f3 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="10100"
-    android:versionName="1.0.1" >
+    android:versionCode="10200"
+    android:versionName="1.0.2" >
 
     <uses-sdk
         android:minSdkVersion="7"



More information about the Android mailing list