[Android] Bump the remote access artifact to 0.19

Nicolas Pomepuy git at videolan.org
Tue Jul 21 04:58:30 UTC 2026


vlc-android | branch: refs/tags/remoteaccess-0.19.0 | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Jul 21 06:54:12 2026 +0200| [d27f83aa163a2b1f8b5220fa4cbb09658833304a] | committer: Nicolas Pomepuy

Bump the remote access artifact to 0.19

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

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

diff --git a/build.gradle b/build.gradle
index 57a8126aa1..a62dcfb9f0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -48,7 +48,7 @@ ext {
     versionCode = 3070110
     vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
     versionName = vlcMajorVersion == 3 ? '3.7.2 Beta 1' : '4.0.0-preview - ' + versionCode
-    remoteAccessVersion = '0.18.0'
+    remoteAccessVersion = '0.19.0'
     libvlcVersion = vlcMajorVersion == 3 ? '3.7.5' :'4.0.0-eap29'
     medialibraryVersion = '0.13.22' + (vlcMajorVersion == 3 ? '' : '-vlc4')
 
diff --git a/buildsystem/compile-remoteaccess.sh b/buildsystem/compile-remoteaccess.sh
index 00c55953c6..9cb67234ff 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=2dcf214a1b215416767a057ab7bc3913ecc1b57b
+REMOTE_ACCESS_TESTED_HASH=7c5c8ad5824b76acc6fe19d83b550100807d73db
 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