[Android] 0.9.3 on the go

Jean-Baptiste Kempf git at videolan.org
Wed Apr 16 18:53:10 CEST 2014


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Apr 16 18:52:59 2014 +0200| [87aab910ff5cf3c5f76fbb99d6b799bfb719cd46] | committer: Jean-Baptiste Kempf

0.9.3 on the go

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

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

diff --git a/NEWS b/NEWS
index 2da1501..a9c5ec7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Changes between 0.9.2 and 0.9.3:
+--------------------------------
+
+Main Application:
+ * Fix a crash in the Remote Audio Player, leading to misbehaviours in the
+   Audio player service
+ * Minor icon tweaks
+
+
 Changes between 0.9.1 and 0.9.2:
 --------------------------------
 
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 6071d63..3a0f96c 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="9200"
-    android:versionName="0.9.2" >
+    android:versionCode="9300"
+    android:versionName="0.9.3" >
 
     <uses-sdk
         android:minSdkVersion="7"



More information about the Android mailing list