[Android] Bump remote access hash and version
Nicolas Pomepuy
git at videolan.org
Fri Sep 12 05:36:48 UTC 2025
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Fri Sep 12 07:20:52 2025 +0200| [e985469f8f1e11ead6bd178e6e1d6ded222eedcf] | committer: Nicolas Pomepuy
Bump remote access hash and version
> https://code.videolan.org/videolan/vlc-android/commit/e985469f8f1e11ead6bd178e6e1d6ded222eedcf
---
build.gradle | 2 +-
buildsystem/compile-remoteaccess.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 8c9e3c74a1..1734cf75fb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -46,7 +46,7 @@ ext {
versionCode = 3060520
versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.7.0 Beta 1'
vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
- remoteAccessVersion = '0.9.0'
+ remoteAccessVersion = '0.10.0'
libvlcVersion = vlcMajorVersion == 3 ? '3.6.3' :'4.0.0-eap21'
medialibraryVersion = '0.13.14' + (vlcMajorVersion == 3 ? '' : '-vlc4') + '-rc18'
minSdkVersion = vlcMajorVersion == 3 ? 17 : 21
diff --git a/buildsystem/compile-remoteaccess.sh b/buildsystem/compile-remoteaccess.sh
index c1ebdc112c..bd756417f3 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=3b051cdaa56a7b095ba16e74d5cc81b9a6498267
+REMOTE_ACCESS_TESTED_HASH=1aa0e7c7e234702532cc97d5faaa9e84ead85984
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