[Android] Bump the aar versions

Nicolas Pomepuy git at videolan.org
Fri Jul 7 05:45:27 UTC 2023


vlc-android | branch: refs/tags/libvlc-3.6.0-eap9 | Nicolas Pomepuy <nicolas at videolabs.io> | Fri Jul  7 07:42:09 2023 +0200| [3544c3b959958da82e719cddcb60300f9b1c7ed6] | committer: Nicolas Pomepuy

Bump the aar versions

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

 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index c9b65af73a..ed1ef3ceba 100644
--- a/build.gradle
+++ b/build.gradle
@@ -42,8 +42,8 @@ ext {
     versionCode = 3050400
     versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.5.4'
     vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
-    libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap8' :'4.0.0-eap11'
-    medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc8' : '0.13.13-vlc4-r8'
+    libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap9' :'4.0.0-eap12'
+    medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc9' : '0.13.13-vlc4-rc9'
     minSdkVersion = 17
     targetSdkVersion = 33
     compileSdkVersion = 33



More information about the Android mailing list