[Android] Update to 1.1.5 for the DB crashes

Jean-Baptiste Kempf git at videolan.org
Sat Mar 14 16:13:41 CET 2015


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Mar 14 16:13:23 2015 +0100| [bd1ad02902b8bc53031de3fba45652e9ac5ccc72] | committer: Jean-Baptiste Kempf

Update to 1.1.5 for the DB crashes

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

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

diff --git a/NEWS b/NEWS
index f574ce5..b4cb68e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Changes between 1.1.4 and 1.1.5:
+--------------------------------
+
+Application:
+ * Fix BD upgrade crashes, because of broken versions of Android
+
+
 Changes between 1.1.3 and 1.1.4:
 --------------------------------
 
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index da6e9b8..0c37baf 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="01010400"
-    android:versionName="1.1.4" >
+    android:versionCode="01010500"
+    android:versionName="1.1.5" >
     <!--
          versionCode scheme is T M NN RR AA
          T: Target/Flavour (0 for Android, 1 for ATV, 2 for Chrome?)



More information about the Android mailing list