[Android] Bump the remote access artifact to 0.14.0

Nicolas Pomepuy git at videolan.org
Fri Apr 10 05:58:19 UTC 2026


vlc-android | branch: refs/tags/remoteaccess-0.14.0 | Nicolas Pomepuy <nicolas at videolabs.io> | Fri Apr 10 07:33:46 2026 +0200| [dc1a691873c69b395fee453ba55402b6699c1ea3] | committer: Nicolas Pomepuy

 Bump the remote access artifact to 0.14.0

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

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

diff --git a/build.gradle b/build.gradle
index dd8676c5a3..11d8b339f7 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.13.0'
+    remoteAccessVersion = '0.14.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 e61e889bac..58fbf136c8 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=9836dac2876bd6f8d2d692da5f1c07d7718358db
+REMOTE_ACCESS_TESTED_HASH=adf685aaab0d24b40eecbb0af4ceab76721e8bf3
 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