[Android] Bump the remote access artifact to 0.22.0

Nicolas Pomepuy git at videolan.org
Thu Sep 10 04:58:17 UTC 2026


vlc-android | branch: refs/tags/remoteaccess-0.22.0 | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Sep 10 06:44:08 2026 +0200| [c3159090778a4886d46ce1437cde5024a950c6a7] | committer: Nicolas Pomepuy

Bump the remote access artifact to 0.22.0

> https://code.videolan.org/videolan/vlc-android/commit/c3159090778a4886d46ce1437cde5024a950c6a7
---

 build.gradle                        | 2 +-
 buildsystem/compile-remoteaccess.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index ba86991ddd..0281c6e771 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.21.0'
+    remoteAccessVersion = '0.22.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 939a5661d9..175244e59f 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=b55094af18c328195ed073498db3d5eb7858ec2a
+REMOTE_ACCESS_TESTED_HASH=91c3826418698375874746481a9af82891c0180f
 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