[Android] Bump the remote access version to 0.1.2
Nicolas Pomepuy
git at videolan.org
Thu Dec 19 06:41:50 UTC 2024
vlc-android | branch: refs/tags/remoteaccess-0.1.2 | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Dec 19 07:40:35 2024 +0100| [5370b7687f4f52fb6360e4b75e53d4112dacafb2] | committer: Nicolas Pomepuy
Bump the remote access version to 0.1.2
> https://code.videolan.org/videolan/vlc-android/commit/5370b7687f4f52fb6360e4b75e53d4112dacafb2
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 3fbe603b50..05f7944ced 100644
--- a/build.gradle
+++ b/build.gradle
@@ -42,7 +42,7 @@ ext {
versionCode = 3050760
versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.0 Beta 6'
vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
- remoteAccessVersion = '0.1.1'
+ remoteAccessVersion = '0.1.2'
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