[Android] Bump the remote access artifact to 0.19
Nicolas Pomepuy
git at videolan.org
Tue Jul 21 06:35:47 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| [a26f3134c29d2f06ebcecfb1b95c6a03a180dc94] | committer: Nicolas Pomepuy
Bump the remote access artifact to 0.19
> https://code.videolan.org/videolan/vlc-android/commit/a26f3134c29d2f06ebcecfb1b95c6a03a180dc94
---
build.gradle | 2 +-
buildsystem/compile-remoteaccess.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 167d55fd5c..75e0e2f78e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -64,7 +64,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