[Android] Bump the remote access artifact to 0.16.0

Nicolas Pomepuy git at videolan.org
Mon May 4 07:32:54 UTC 2026


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Mon May  4 08:44:40 2026 +0200| [5f6726aad7e02d05635d331fab3c013ef2c5a059] | committer: Nicolas Pomepuy

Bump the remote access artifact to 0.16.0

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

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

diff --git a/build.gradle b/build.gradle
index e261cfaa42..ae0b2d07b4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -46,7 +46,7 @@ ext {
     versionCode = 3070020
     vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
     versionName = vlcMajorVersion == 3 ? '3.7.1 Beta 2' : '4.0.0-preview - ' + versionCode
-    remoteAccessVersion = '0.15.0'
+    remoteAccessVersion = '0.16.0'
     libvlcVersion = vlcMajorVersion == 3 ? '3.7.0' :'4.0.0-eap24'
     medialibraryVersion = '0.13.17' + (vlcMajorVersion == 3 ? '' : '-vlc4')
     Properties properties = new Properties()
diff --git a/buildsystem/compile-remoteaccess.sh b/buildsystem/compile-remoteaccess.sh
index 842e09f320..5e6105e93e 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=9a1fd143690d9818ea7fbbd2a16702073a9176f2
+REMOTE_ACCESS_TESTED_HASH=e3d04558911946bbc725f11f4bd8a3739b78d069
 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