[Android] Bump the remote access version to 0.5.0
Nicolas Pomepuy
git at videolan.org
Tue Mar 18 12:36:24 UTC 2025
vlc-android | branch: refs/tags/remoteaccess-0.5.0 | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Mar 18 13:35:20 2025 +0100| [2b5efeec34bc9f3a35a03c70ca5ab53f34b7a21e] | committer: Nicolas Pomepuy
Bump the remote access version to 0.5.0
> https://code.videolan.org/videolan/vlc-android/commit/2b5efeec34bc9f3a35a03c70ca5ab53f34b7a21e
---
build.gradle | 2 +-
buildsystem/compile-remoteaccess.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 27fd9e7d87..227e656f4b 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.4.0'
+ remoteAccessVersion = '0.5.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 1ebe51f2ec..81a7164914 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=c0e259d9af41d24fc82d7bbafc7df2345d129bc2
+ REMOTE_ACCESS_TESTED_HASH=a0fb5c209f506da0dd1cb1f9ff01b9f9a49eb489
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