[Android] Bump version to 3.5.3 Beta 1
Nicolas Pomepuy
git at videolan.org
Wed Oct 5 08:17:22 UTC 2022
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Oct 5 10:05:10 2022 +0200| [e15ab3fd4cabec3f3e7fa5876aab54ccf83ed18c] | committer: Nicolas Pomepuy
Bump version to 3.5.3 Beta 1
> https://code.videolan.org/videolan/vlc-android/commit/e15ab3fd4cabec3f3e7fa5876aab54ccf83ed18c
---
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 19d0743b0..6cc73080d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -38,8 +38,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionCode = 3050200
- versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.5.2'
+ versionCode = 3050210
+ versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.5.3 Beta 1'
vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
libvlcVersion = vlcMajorVersion == 3 ? '3.5.3-eap1' :'4.0.0-eap3'
medialibraryVersion = vlcMajorVersion == 3 ? '0.13.5-eap1' : '0.12.0-vlc4-eap3'
More information about the Android
mailing list