[Android] Bump to 3.6.0 Beta 3
Nicolas Pomepuy
git at videolan.org
Mon Oct 28 11:17:30 UTC 2024
vlc-android | branch: refs/tags/3.6.0-beta03 | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Oct 28 12:06:11 2024 +0100| [85e092d14f4de394b99f273b663eb4033e8431f6] | committer: Nicolas Pomepuy
Bump to 3.6.0 Beta 3
> https://code.videolan.org/videolan/vlc-android/commit/85e092d14f4de394b99f273b663eb4033e8431f6
---
NEWS | 6 ++++++
build.gradle | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 7edc1cde4b..5a98ab6c8a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes between 3.6.0 Beta 2 and 3.6.0 Beta 3:
+------------------
+ * Fix custom PiP
+ * UI fixes
+ * Crash fixes
+
Changes between 3.5.7 and 3.6.0 Beta 2:
------------------
* Remote access: take control of your VLC for Android from any device
diff --git a/build.gradle b/build.gradle
index 03f4ccdb2e..e8f2317b59 100644
--- a/build.gradle
+++ b/build.gradle
@@ -39,8 +39,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionCode = 3050720
- versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.0 Beta 2'
+ versionCode = 3050730
+ 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