[Android] On the road to 1.8.0
Jean-Baptiste Kempf
git at videolan.org
Fri Nov 27 13:25:14 CET 2015
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Nov 27 13:25:02 2015 +0100| [688fa40532dedb95c47ba289c7a4985398185f7b] | committer: Jean-Baptiste Kempf
On the road to 1.8.0
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=688fa40532dedb95c47ba289c7a4985398185f7b
---
NEWS | 3 +++
vlc-android/AndroidManifest.xml | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 94bc2d3..6a092d5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Changes between 1.7.0 and 1.8.0:
+--------------------------------
+
Changes between 1.6.6 and 1.7.0:
--------------------------------
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index f81f214..ba6f06f 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="01070000"
- android:versionName="1.7.0">
+ android:versionCode="01080000"
+ android:versionName="1.8.0">
<!--
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