[Android] Bump app to 3.6.0 Beta 3
Nicolas Pomepuy
git at videolan.org
Fri Jun 14 09:20:58 UTC 2024
vlc-android | branch: refs/tags/3.6.0-beta03 | Nicolas Pomepuy <nicolas at videolabs.io> | Fri Jun 14 07:48:25 2024 +0200| [8da607725cc3828ce896c6b374c578d80f1b2f09] | committer: Nicolas Pomepuy
Bump app to 3.6.0 Beta 3
> https://code.videolan.org/videolan/vlc-android/commit/8da607725cc3828ce896c6b374c578d80f1b2f09
---
NEWS | 11 +++++++++++
build.gradle | 4 ++--
2 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 9df6212a74..433c9e8028 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Changes between 3.6.0 Beta 1 and 3.6.0 Beta 1:
+------------------
+ * Remote access: more content and improvements
+ * Warning for metered connections
+ * Icons rework
+ * Browser interface rework
+ * Rework the add to playlist dialog
+ * Playback behavior fixes
+ * Android Auto improvements
+ * Crash fixes and memory leaks
+
Changes between 3.5.4 and 3.6.0 Beta 1:
------------------
* Remote access: take control of your VLC for Android from any device
diff --git a/build.gradle b/build.gradle
index 025164432f..5bc9219e36 100644
--- a/build.gradle
+++ b/build.gradle
@@ -39,8 +39,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionCode = 3050420
- versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.0 Beta 2'
+ versionCode = 3050430
+ versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.0 Beta 3'
vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap12' :'4.0.0-eap15'
medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc12' : '0.13.13-vlc4-rc12'
More information about the Android
mailing list