[Android] Bump the Remote access hash and version
Nicolas Pomepuy
git at videolan.org
Tue Feb 10 09:04:30 UTC 2026
vlc-android | branch: refs/tags/remoteaccess-0.11.0 | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Feb 10 09:40:38 2026 +0100| [2f4d6c9237ee3b3c4b1d61aa211bf87ebaad8051] | committer: Nicolas Pomepuy
Bump the Remote access hash and version
> https://code.videolan.org/videolan/vlc-android/commit/2f4d6c9237ee3b3c4b1d61aa211bf87ebaad8051
---
build.gradle | 2 +-
buildsystem/compile-remoteaccess.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 8accfcba1d..df548c74d7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -46,7 +46,7 @@ ext {
versionCode = 3060540
versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.7.0 Beta 3'
vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
- remoteAccessVersion = '0.10.0'
+ remoteAccessVersion = '0.11.0'
libvlcVersion = vlcMajorVersion == 3 ? '3.6.5' :'4.0.0-eap23'
medialibraryVersion = '0.13.16' + (vlcMajorVersion == 3 ? '' : '-vlc4') + '-rc20'
buildToolsVersion = vlcMajorVersion == 3 ? '35.0.0' : '35.0.0'
diff --git a/buildsystem/compile-remoteaccess.sh b/buildsystem/compile-remoteaccess.sh
index bd756417f3..2788a07e56 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=1aa0e7c7e234702532cc97d5faaa9e84ead85984
+REMOTE_ACCESS_TESTED_HASH=80bfa944dded8ca51553e9dd1f347bc1679a2892
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