[Android] On the way to 2.0.2
Thomas Guillem
git at videolan.org
Fri Jun 24 11:27:28 CEST 2016
vlc-android | branch: 2.0.x | Thomas Guillem <thomas at gllm.fr> | Fri Jun 24 11:22:43 2016 +0200| [6d8e6bbbab3574dd662655e72b05c2362113a43d] | committer: Thomas Guillem
On the way to 2.0.2
> https://code.videolan.org/videolan/vlc-android/commit/6d8e6bbbab3574dd662655e72b05c2362113a43d
---
NEWS | 3 +++
vlc-android/AndroidManifest.xml | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index ed22c6b..a10c3c6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Changes between 2.0.1 and 2.0.2:
+--------------------------------
+
Changes between 2.0.0 and 2.0.1:
--------------------------------
Application:
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 28177a0..c30ab21 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="02000100"
- android:versionName="2.0.1">
+ android:versionCode="02000200"
+ android:versionName="2.0.2">
<!--
versionCode scheme is T M NN RR AA
T: Target/Flavour (1 for Android, 2 for Chrome?)
More information about the Android
mailing list