[Android] Bump the remote access artifact to 0.18.0
Nicolas Pomepuy
git at videolan.org
Tue Jun 16 04:29:10 UTC 2026
vlc-android | branch: refs/tags/remoteaccess-0.18.0 | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Jun 16 06:24:46 2026 +0200| [9dcdea25dc22400fe8d2c8f8f06b46871aed4b37] | committer: Nicolas Pomepuy
Bump the remote access artifact to 0.18.0
> https://code.videolan.org/videolan/vlc-android/commit/9dcdea25dc22400fe8d2c8f8f06b46871aed4b37
---
build.gradle | 2 +-
buildsystem/compile-remoteaccess.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index a8b8fdb001..4c5ccf0d4a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -48,7 +48,7 @@ ext {
versionCode = 3070100
vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
versionName = vlcMajorVersion == 3 ? '3.7.1' : '4.0.0-preview - ' + versionCode
- remoteAccessVersion = '0.17.0'
+ remoteAccessVersion = '0.18.0'
libvlcVersion = vlcMajorVersion == 3 ? '3.7.4' :'4.0.0-eap28'
medialibraryVersion = '0.13.21' + (vlcMajorVersion == 3 ? '' : '-vlc4')
diff --git a/buildsystem/compile-remoteaccess.sh b/buildsystem/compile-remoteaccess.sh
index de0f43882d..00c55953c6 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=d618004a966acf81b9bc8878bcaf43578f69da07
+REMOTE_ACCESS_TESTED_HASH=2dcf214a1b215416767a057ab7bc3913ecc1b57b
REMOTE_ACCESS_REPOSITORY=https://code.videolan.org/videolan/remoteaccess
: ${VLC_REMOTE_ACCESS_PATH:="$(pwd -P)/application/remote-access-client/remoteaccess"}
More information about the Android
mailing list