[Android] On the road to 2.0.3
Jean-Baptiste Kempf
git at videolan.org
Fri Jul 8 12:07:47 CEST 2016
vlc-android | branch: 2.0.x | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jul 8 12:07:14 2016 +0200| [d4b09273056aacc60aefb10c26d7dff13fe0c36f] | committer: Jean-Baptiste Kempf
On the road to 2.0.3
> https://code.videolan.org/videolan/vlc-android/commit/d4b09273056aacc60aefb10c26d7dff13fe0c36f
---
NEWS | 8 ++++++++
vlc-android/AndroidManifest.xml | 4 ++--
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index dcf36d8..8b92257 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Changes between 2.0.2 and 2.0.3:
+--------------------------------
+
+Application:
+ * Fix crashes in the Java code
+ * Allow subtitles customization in preferences
+
+
Changes between 2.0.1 and 2.0.2:
--------------------------------
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 2f9bfa7..8aa8f1e 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="org.videolan.vlc"
android:installLocation="auto"
- android:versionCode="02000210"
- android:versionName="2.0.2">
+ android:versionCode="02000300"
+ android:versionName="2.0.3">
<!--
versionCode scheme is T M NN RR AA
T: Target/Flavour (1 for Android, 2 for Chrome?)
More information about the Android
mailing list