From git at videolan.org Mon Aug 31 05:20:15 2026 From: git at videolan.org (=?UTF-8?Q?Nicolas_Pomepuy?=) Date: Mon, 31 Aug 2026 07:20:15 +0200 (CEST) Subject: [Android] =?utf-8?q?Bump_the_remote_access_artifact_to_0=2E21=2E?= =?utf-8?q?0?= Message-ID: <20260831052015.3FD2382E19C@gitlab> vlc-android | branch: refs/tags/remoteaccess-0.21.0 | Nicolas Pomepuy | Mon Aug 31 07:15:55 2026 +0200| [67c20b8bb512c68bf114fd1e09b43beb4804c297] | committer: Nicolas Pomepuy Bump the remote access artifact to 0.21.0 > https://code.videolan.org/videolan/vlc-android/commit/67c20b8bb512c68bf114fd1e09b43beb4804c297 --- build.gradle | 2 +- buildsystem/compile-remoteaccess.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 451e8bf0b5..ba86991ddd 100644 --- a/build.gradle +++ b/build.gradle @@ -64,7 +64,7 @@ ext { versionCode = 3070110 vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3 versionName = vlcMajorVersion == 3 ? '3.7.2 Beta 1' : '4.0.0-preview - ' + versionCode - remoteAccessVersion = '0.20.0' + remoteAccessVersion = '0.21.0' libvlcVersion = vlcMajorVersion == 3 ? '3.7.5' :'4.0.0-eap29' medialibraryVersion = '0.13.22' + (vlcMajorVersion == 3 ? '' : '-vlc4') diff --git a/buildsystem/compile-remoteaccess.sh b/buildsystem/compile-remoteaccess.sh index e6d27974a5..939a5661d9 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=b9e513161465129fb15d2d188e0ec0719a1610dc +REMOTE_ACCESS_TESTED_HASH=b55094af18c328195ed073498db3d5eb7858ec2a REMOTE_ACCESS_REPOSITORY=https://code.videolan.org/videolan/remoteaccess : ${VLC_REMOTE_ACCESS_PATH:="$(pwd -P)/application/remote-access-client/remoteaccess"} From git at videolan.org Mon Aug 31 08:32:29 2026 From: git at videolan.org (=?UTF-8?Q?Nicolas_Pomepuy?=) Date: Mon, 31 Aug 2026 10:32:29 +0200 (CEST) Subject: [Android] =?utf-8?q?Bump_the_remote_access_artifact_to_0=2E21=2E?= =?utf-8?q?0?= Message-ID: <20260831083229.93AF182E028@gitlab> vlc-android | branch: master | Nicolas Pomepuy | Mon Aug 31 07:15:55 2026 +0200| [67c20b8bb512c68bf114fd1e09b43beb4804c297] | committer: Nicolas Pomepuy Bump the remote access artifact to 0.21.0 > https://code.videolan.org/videolan/vlc-android/commit/67c20b8bb512c68bf114fd1e09b43beb4804c297 --- build.gradle | 2 +- buildsystem/compile-remoteaccess.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 451e8bf0b5..ba86991ddd 100644 --- a/build.gradle +++ b/build.gradle @@ -64,7 +64,7 @@ ext { versionCode = 3070110 vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3 versionName = vlcMajorVersion == 3 ? '3.7.2 Beta 1' : '4.0.0-preview - ' + versionCode - remoteAccessVersion = '0.20.0' + remoteAccessVersion = '0.21.0' libvlcVersion = vlcMajorVersion == 3 ? '3.7.5' :'4.0.0-eap29' medialibraryVersion = '0.13.22' + (vlcMajorVersion == 3 ? '' : '-vlc4') diff --git a/buildsystem/compile-remoteaccess.sh b/buildsystem/compile-remoteaccess.sh index e6d27974a5..939a5661d9 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=b9e513161465129fb15d2d188e0ec0719a1610dc +REMOTE_ACCESS_TESTED_HASH=b55094af18c328195ed073498db3d5eb7858ec2a REMOTE_ACCESS_REPOSITORY=https://code.videolan.org/videolan/remoteaccess : ${VLC_REMOTE_ACCESS_PATH:="$(pwd -P)/application/remote-access-client/remoteaccess"}