[Android] Bump remote access hash and version

Nicolas Pomepuy git at videolan.org
Thu Apr 24 13:04:54 UTC 2025


vlc-android | branch: refs/tags/remoteaccess-0.6.0 | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Apr 24 15:04:00 2025 +0200| [1c35477e4eb4ebe8cc093313ca2cca991be05975] | committer: Nicolas Pomepuy

Bump remote access hash and version

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

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

diff --git a/build.gradle b/build.gradle
index e84b88f9fb..7701812d45 100644
--- a/build.gradle
+++ b/build.gradle
@@ -46,7 +46,7 @@ ext {
     versionCode = 3060340
     versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.4 Beta 4'
     vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
-    remoteAccessVersion = '0.5.0'
+    remoteAccessVersion = '0.6.0'
     libvlcVersion = vlcMajorVersion == 3 ? '3.6.2' :'4.0.0-eap20'
     medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc17' : '0.13.13-vlc4-rc17'
     minSdkVersion = 17
diff --git a/buildsystem/compile-remoteaccess.sh b/buildsystem/compile-remoteaccess.sh
index 81a7164914..1e88d87dd2 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=a0fb5c209f506da0dd1cb1f9ff01b9f9a49eb489
+  REMOTE_ACCESS_TESTED_HASH=bc7a94b38ca21739e21ba3f76dab09909d75a695
   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