[Android] Bump the remote access artifact version
Nicolas Pomepuy
git at videolan.org
Tue Jan 28 11:41:15 UTC 2025
vlc-android | branch: refs/tags/remoteaccess-0.9.0 | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Jan 28 12:40:37 2025 +0100| [7ce3a5f020c6d09948fb9dbf3e715dc10aa84cb3] | committer: Nicolas Pomepuy
Bump the remote access artifact version
> https://code.videolan.org/videolan/vlc-android/commit/7ce3a5f020c6d09948fb9dbf3e715dc10aa84cb3
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 614423cf3b..1162a366b8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -42,7 +42,7 @@ ext {
versionCode = 3060200
versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.2'
vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
- remoteAccessVersion = '0.1.3'
+ remoteAccessVersion = '0.9.0'
libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap14' :'4.0.0-eap17'
medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc14' : '0.13.13-vlc4-rc14'
minSdkVersion = 17
More information about the Android
mailing list