[Android] Bump the remote access version to 0.1.1

Nicolas Pomepuy git at videolan.org
Thu Dec 5 10:07:01 UTC 2024


vlc-android | branch: refs/tags/remoteaccess-0.1.1 | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Dec  5 11:06:38 2024 +0100| [97d1a3ea70425c8880996db09fa943ee9fa21828] | committer: Nicolas Pomepuy

Bump the remote access version to 0.1.1

> https://code.videolan.org/videolan/vlc-android/commit/97d1a3ea70425c8880996db09fa943ee9fa21828
---

 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 78791b0a23..a3dbf4da24 100644
--- a/build.gradle
+++ b/build.gradle
@@ -42,7 +42,7 @@ ext {
     versionCode = 3050740
     versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.0 Beta 4'
     vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
-    remoteAccessVersion = '0.1.0'
+    remoteAccessVersion = '0.1.1'
     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