[Android] Bump to 3.5.0 Beta 4
Nicolas Pomepuy
git at videolan.org
Wed Apr 13 06:32:29 UTC 2022
vlc-android | branch: refs/tags/3.5.0-beta04 | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Apr 13 07:42:19 2022 +0200| [445526823a95eaad24be1ec0a55d40c450f2e5c2] | committer: Nicolas Pomepuy
Bump to 3.5.0 Beta 4
> https://code.videolan.org/videolan/vlc-android/commit/445526823a95eaad24be1ec0a55d40c450f2e5c2
---
NEWS | 12 ++++++++++++
build.gradle | 4 ++--
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index bcd9d0fd6..bf03c6384 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Changes between 3.5.0 Beta 3 and 3.5.0 Beta 4:
+------------------
+ * Foldable devices support for the video player
+ * New option to add a media shortcut to the launcher
+ * Browse playlists on Android TV
+ * Allow picking files from SAF when no permission is granted
+ * New setting for replay gain
+ * Support for vgm files added
+ * History fixes for streams
+ * UI improvements
+ * Crash fixes
+
Changes between 3.5.0 Beta 2 and 3.5.0 Beta 3:
------------------
* Ui and media library fixes
diff --git a/build.gradle b/build.gradle
index 146652f91..45825f50c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -32,8 +32,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.5.0 Beta 3'
- versionCode = 3040430
+ versionName = '3.5.0 Beta 4'
+ versionCode = 3040440
libvlcVersion = '3.5.0-eap6'
medialibraryVersion = '0.11.2-eap6'
minSdkVersion = 17
More information about the Android
mailing list