From 8248bf0cbc5d68256dc709453a68cd42bb434272 Mon Sep 17 00:00:00 2001 From: Nicolas Pomepuy <nicolas@videolabs.io> Date: Thu, 12 Dec 2024 10:59:12 +0100 Subject: [PATCH] Bump the app to 3.6.0 beta 6 --- NEWS | 4 ++++ build.gradle | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 2d75993fbb..908b77b285 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Changes between 3.6.0 Beta 5 and 3.6.0 Beta 6: +------------------ + * Fix the remote access not included in the app bundle + Changes between 3.6.0 Beta 4 and 3.6.0 Beta 5: ------------------ * Allow deleting files on TV diff --git a/build.gradle b/build.gradle index 8b2e17c845..3fbe603b50 100644 --- a/build.gradle +++ b/build.gradle @@ -39,8 +39,8 @@ allprojects { ext { appId = "org.videolan.vlc" - versionCode = 3050750 - versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.0 Beta 5' + versionCode = 3050760 + versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.0 Beta 6' vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3 remoteAccessVersion = '0.1.1' libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap14' :'4.0.0-eap17' -- GitLab