[Android] On the road to 1.7.3
Jean-Baptiste Kempf
git at videolan.org
Mon Dec 21 10:56:06 CET 2015
vlc-android | branch: 1.7.x | Jean-Baptiste Kempf <jb at videolan.org> | Mon Dec 21 10:55:55 2015 +0100| [1fd56529560278f0acba0ca0dcde66080195fe9c] | committer: Jean-Baptiste Kempf
On the road to 1.7.3
> https://code.videolan.org/videolan/vlc-android/commit/1fd56529560278f0acba0ca0dcde66080195fe9c
---
NEWS | 11 +++++++++++
vlc-android/AndroidManifest.xml | 4 ++--
2 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 98c44df..c9e0850 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Changes between 1.7.2 and 1.7.3:
+--------------------------------
+
+Application:
+ * Fix crash when opening from 3rd party application
+ * Fix hiding overlay on video playback
+
+ChromeOS:
+ * Fix ChromeOS clipboard usage
+
+
Changes between 1.7.1 and 1.7.2:
--------------------------------
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 8951698..f0f4f66 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="01070200"
- android:versionName="1.7.2">
+ android:versionCode="01070300"
+ android:versionName="1.7.3">
<!--
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