From dfef5345284b80fdc2e8498b15260ff6bd147442 Mon Sep 17 00:00:00 2001 From: Nicolas Pomepuy Date: Tue, 10 Dec 2024 12:39:09 +0100 Subject: [PATCH] Bump app version to 3.6.0 beta 5 --- NEWS | 8 ++++++++ build.gradle | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 5e3a4519a..2d75993fb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Changes between 3.6.0 Beta 4 and 3.6.0 Beta 5: +------------------ + * Allow deleting files on TV + * Multiple remote access improvements + * Fix 360 videos + * Behavior and UI fixes + * Crash fixes + Changes between 3.6.0 Beta 3 and 3.6.0 Beta 4: ------------------ * Fix subtitles download diff --git a/build.gradle b/build.gradle index a3dbf4da2..8b2e17c84 100644 --- a/build.gradle +++ b/build.gradle @@ -39,8 +39,8 @@ allprojects { ext { appId = "org.videolan.vlc" - versionCode = 3050740 - versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.0 Beta 4' + versionCode = 3050750 + versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.0 Beta 5' vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3 remoteAccessVersion = '0.1.1' libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap14' :'4.0.0-eap17'