[Android] Bump app to beta 7
Nicolas Pomepuy
git at videolan.org
Tue Jun 30 15:53:29 CEST 2020
vlc-android | branch: refs/tags/3.3.0-beta07 | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Jun 30 15:23:29 2020 +0200| [4ce7fa469d2137a58567c779741c19f25ad2e008] | committer: Nicolas Pomepuy
Bump app to beta 7
> https://code.videolan.org/videolan/vlc-android/commit/4ce7fa469d2137a58567c779741c19f25ad2e008
---
NEWS | 9 +++++++++
build.gradle | 4 ++--
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 3ac6875a1..0b76fdf7b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Changes between 3.3.0-beta-06 and 3.3.0-beta-07:
+------------------
+
+Application:
+ * New Video Player UI
+ * UI fixes in the file browser
+ * Crash fixes
+
+
Changes between 3.3.0-beta-04 and 3.3.0-beta-05:
------------------
diff --git a/build.gradle b/build.gradle
index 3f4887cc4..f4bfa7c19 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,8 +34,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.3.0 Beta 6'
- versionCode = 3028600
+ versionName = '3.3.0 Beta 7'
+ versionCode = 3028700
libvlcVersion = '3.3.0-eap15'
medialibraryVersion = '0.7.0-eap15'
minSdkVersion = 17
More information about the Android
mailing list