[Android] Bump medialibrary aar 0.13.13-rc14, 0.13.13-vlc4-rc14

Duncan McNamara git at videolan.org
Wed Dec 4 13:41:18 UTC 2024


vlc-android | branch: refs/tags/libvlc-4.0.0-eap17 | Duncan McNamara <dcn.mcnamara at gmail.com> | Mon Dec  2 17:27:35 2024 +0100| [a96afeab07200b67274d32e9466f1398a6708608] | committer: Nicolas Pomepuy

Bump medialibrary aar 0.13.13-rc14, 0.13.13-vlc4-rc14

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

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

diff --git a/build.gradle b/build.gradle
index 3f7835b55d..78791b0a23 100644
--- a/build.gradle
+++ b/build.gradle
@@ -44,7 +44,7 @@ ext {
     vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
     remoteAccessVersion = '0.1.0'
     libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap14' :'4.0.0-eap17'
-    medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc13' : '0.13.13-vlc4-rc13'
+    medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc14' : '0.13.13-vlc4-rc14'
     minSdkVersion = 17
     targetSdkVersion = 34
     compileSdkVersion = 34



More information about the Android mailing list