From 602d88e3735fd8448f10a30374f9ffb166b5b51a Mon Sep 17 00:00:00 2001 From: Nicolas Pomepuy Date: Wed, 27 Aug 2025 14:19:04 +0200 Subject: [PATCH] Bump the remote access version to 0.9.0 --- build.gradle | 2 +- buildsystem/compile-remoteaccess.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 6298018f5..3b659984c 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ ext { versionCode = 3060510 versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.5-1' vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3 - remoteAccessVersion = '0.8.0' + remoteAccessVersion = '0.9.0' libvlcVersion = vlcMajorVersion == 3 ? '3.6.3' :'4.0.0-eap21' medialibraryVersion = '0.13.14' + (vlcMajorVersion == 3 ? '' : '-vlc4') + '-rc18' minSdkVersion = vlcMajorVersion == 3 ? 17 : 21 diff --git a/buildsystem/compile-remoteaccess.sh b/buildsystem/compile-remoteaccess.sh index 9ced023fa..c1ebdc112 100755 --- a/buildsystem/compile-remoteaccess.sh +++ b/buildsystem/compile-remoteaccess.sh @@ -57,7 +57,7 @@ done ############################## diagnostic "Setting up the Remote Access project" -REMOTE_ACCESS_TESTED_HASH=4d4ecda8917e889584df736d374421f8a9d14fef +REMOTE_ACCESS_TESTED_HASH=3b051cdaa56a7b095ba16e74d5cc81b9a6498267 REMOTE_ACCESS_REPOSITORY=https://code.videolan.org/videolan/remoteaccess : ${VLC_REMOTE_ACCESS_PATH:="$(pwd -P)/application/remote-access-client/remoteaccess"}