[Android] Bump version to 3.5.3 Beta 1
Nicolas Pomepuy
git at videolan.org
Wed Oct 5 08:42:19 UTC 2022
vlc-android | branch: refs/tags/3.5.3-beta01 | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Oct 5 10:05:10 2022 +0200| [a5763eecebb69a66e0eede872db3744f3191c705] | committer: Nicolas Pomepuy
Bump version to 3.5.3 Beta 1
(cherry picked from commit e15ab3fd4cabec3f3e7fa5876aab54ccf83ed18c)
> https://code.videolan.org/videolan/vlc-android/commit/a5763eecebb69a66e0eede872db3744f3191c705
---
NEWS | 10 ++++++++++
build.gradle | 4 ++--
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index a733893cc..3b3e18858 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Changes between 3.5.2 and 3.5.3 Beta 1:
+------------------
+ * More subtitle settings
+ * New notification permission
+ * Fix the sorting in the file browser
+ * Allow forcing shuffle for audio playbacks
+ * TV allow mixing folders and files
+ * Minor graphical fixes and improvements
+ * Crash fixes
+
Changes between 3.5.1 and 3.5.2:
------------------
* Fix UPnP/DLNA discovery
diff --git a/build.gradle b/build.gradle
index 8ddac3477..07c93ad82 100644
--- a/build.gradle
+++ b/build.gradle
@@ -37,8 +37,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.5.2'
- versionCode = 3050200
+ versionName = '3.5.3 Beta 1'
+ versionCode = 3050210
libvlcVersion = '3.5.3-eap1'
medialibraryVersion = '0.13.5-eap1'
minSdkVersion = 17
More information about the Android
mailing list