[Android] Bump the remote access artifact to 0.20.0

Nicolas Pomepuy git at videolan.org
Mon Jul 27 05:54:04 UTC 2026


vlc-android | branch: refs/tags/remoteaccess-0.20.0 | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Jul 27 07:52:39 2026 +0200| [cfee6d308b77007d1278e41fc2fc0a09665e6d8a] | committer: Nicolas Pomepuy

Bump the remote access artifact to 0.20.0

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

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

diff --git a/build.gradle b/build.gradle
index 75e0e2f78e..451e8bf0b5 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.19.0'
+    remoteAccessVersion = '0.20.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 9cb67234ff..e6d27974a5 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=7c5c8ad5824b76acc6fe19d83b550100807d73db
+REMOTE_ACCESS_TESTED_HASH=b9e513161465129fb15d2d188e0ec0719a1610dc
 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