[Android] Bump the remote access to 0.7.0

Nicolas Pomepuy git at videolan.org
Thu Jul 17 05:04:42 UTC 2025


vlc-android | branch: refs/tags/remoteaccess-0.7.0 | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Jul 17 06:48:13 2025 +0200| [bde51d143ea1d3ce1017a5d4babc9a31b579b37d] | committer: Nicolas Pomepuy

Bump the remote access to 0.7.0

And fix vulnerability

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

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

diff --git a/build.gradle b/build.gradle
index 527055cc0e..21bf912b02 100644
--- a/build.gradle
+++ b/build.gradle
@@ -46,7 +46,7 @@ ext {
     versionCode = 3060510
     versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.5-1'
     vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
-    remoteAccessVersion = '0.6.0'
+    remoteAccessVersion = '0.7.0'
     libvlcVersion = vlcMajorVersion == 3 ? '3.6.2' :'4.0.0-eap20'
     medialibraryVersion = '0.13.13' + (vlcMajorVersion == 3 ? '' : '-vlc4') + '-rc17'
     minSdkVersion = vlcMajorVersion == 3 ? 17 : 21
diff --git a/buildsystem/compile-remoteaccess.sh b/buildsystem/compile-remoteaccess.sh
index bd13fb00c1..6cfba32fbc 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=bc7a94b38ca21739e21ba3f76dab09909d75a695
+REMOTE_ACCESS_TESTED_HASH=9c360b41e44e6c407c09aed54e9e945b77683bbe
 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