[Android] Bump the remote access to 0.4.0

Nicolas Pomepuy git at videolan.org
Wed Mar 12 11:07:34 UTC 2025


vlc-android | branch: refs/tags/remoteaccess-0.4.0 | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Mar 12 12:05:57 2025 +0100| [24dcc5ddaa1321c812c8cab1bd8333cbc4d19107] | committer: Nicolas Pomepuy

Bump the remote access to 0.4.0

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

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

diff --git a/build.gradle b/build.gradle
index 48d152adff..27fd9e7d87 100644
--- a/build.gradle
+++ b/build.gradle
@@ -42,7 +42,7 @@ ext {
     versionCode = 3060330
     versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.4 Beta 3'
     vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
-    remoteAccessVersion = '0.3.0'
+    remoteAccessVersion = '0.4.0'
     libvlcVersion = vlcMajorVersion == 3 ? '3.6.0' :'4.0.0-eap18'
     medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc15' : '0.13.13-vlc4-rc15'
     minSdkVersion = 17
diff --git a/buildsystem/compile-remoteaccess.sh b/buildsystem/compile-remoteaccess.sh
index 884380615f..1ebe51f2ec 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=4c400ef0dbac2ba23606af4bf0d11e3f05807eb7
+  REMOTE_ACCESS_TESTED_HASH=c0e259d9af41d24fc82d7bbafc7df2345d129bc2
   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