[Android] Bump to 3.5.0 Beta 6
Nicolas Pomepuy
git at videolan.org
Wed May 18 10:21:50 UTC 2022
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Wed May 18 12:16:47 2022 +0200| [ddeecc0cdc1589094aaf44ecac3fc1694f2f9a04] | committer: Nicolas Pomepuy
Bump to 3.5.0 Beta 6
> https://code.videolan.org/videolan/vlc-android/commit/ddeecc0cdc1589094aaf44ecac3fc1694f2f9a04
---
NEWS | 9 +++++++++
build.gradle | 4 ++--
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 10d7eb500..2818b5ba5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Changes between 3.5.0 Beta 5 and 3.5.0 Beta 6:
+------------------
+ * New widgets. Now fully customizable!
+ * New album details screen
+ * Video player performance improvements
+ * Improve and fix media progress saving
+ * Minor UI fixes and improvements
+ * Crash fixes
+
Changes between 3.5.0 Beta 4 and 3.5.0 Beta 5:
------------------
* UI improvements
diff --git a/build.gradle b/build.gradle
index 835d61257..0c88a334c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -37,8 +37,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.5.0 Beta 5'
- versionCode = 3040450
+ versionName = '3.5.0 Beta 6'
+ versionCode = 3040460
libvlcVersion = '3.5.0-eap7'
medialibraryVersion = '0.12.0-eap7'
minSdkVersion = 17
More information about the Android
mailing list