[Android] Bump the remote access version to 0.12.0

Nicolas Pomepuy git at videolan.org
Thu Mar 12 07:48:36 UTC 2026


vlc-android | branch: refs/tags/remoteaccess-0.12.0 | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Mar 12 08:42:45 2026 +0100| [d8290ee00ebfff26f0963a457d5e214640f46798] | committer: Nicolas Pomepuy

Bump the remote access version to 0.12.0

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

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

diff --git a/build.gradle b/build.gradle
index 8fc3d79e88..b0ea322750 100644
--- a/build.gradle
+++ b/build.gradle
@@ -46,7 +46,7 @@ ext {
     versionCode = 3070000
     vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
     versionName = vlcMajorVersion == 3 ? '3.7.0' : '4.0.0-preview - ' + versionCode
-    remoteAccessVersion = '0.11.0'
+    remoteAccessVersion = '0.12.0'
     libvlcVersion = vlcMajorVersion == 3 ? '3.6.5' :'4.0.0-eap23'
     medialibraryVersion = '0.13.16' + (vlcMajorVersion == 3 ? '' : '-vlc4') + '-rc20'
     Properties properties = new Properties()
diff --git a/buildsystem/compile-remoteaccess.sh b/buildsystem/compile-remoteaccess.sh
index 2788a07e56..b9312fb7b1 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=80bfa944dded8ca51553e9dd1f347bc1679a2892
+REMOTE_ACCESS_TESTED_HASH=53907c2866d97610f9deaed08f09137592601440
 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