[Android] Bump the remote access artifact version to 0.2.0
Nicolas Pomepuy
git at videolan.org
Wed Jan 29 05:51:24 UTC 2025
vlc-android | branch: refs/tags/remoteaccess-0.2.0 | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Jan 28 12:40:37 2025 +0100| [08b49a9da4ce71562075c842d8d41a0aafeefaac] | committer: Nicolas Pomepuy
Bump the remote access artifact version to 0.2.0
> https://code.videolan.org/videolan/vlc-android/commit/08b49a9da4ce71562075c842d8d41a0aafeefaac
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 614423cf3b..ce54a492db 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.2.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