[Android] Bump lib versions to 4.0.0-eap4 and 0.13.13-vlc4-rc1

Nicolas Pomepuy git at videolan.org
Thu Oct 20 14:00:18 UTC 2022


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Oct 20 14:02:16 2022 +0200| [0ae045bb946dff697050ca4cdcfa729664cfa9ef] | committer: Nicolas Pomepuy

Bump lib versions to 4.0.0-eap4 and 0.13.13-vlc4-rc1

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

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

diff --git a/build.gradle b/build.gradle
index a9fe3d6a5..6b7ff69fe 100644
--- a/build.gradle
+++ b/build.gradle
@@ -41,8 +41,8 @@ ext {
     versionCode = 3050220
     versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.5.3 Beta 2'
     vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
-    libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap1' :'4.0.0-eap3'
-    medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc1' : '0.12.0-vlc4-eap3'
+    libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap1' :'4.0.0-eap4'
+    medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc1' : '0.13.13-vlc4-rc1'
     minSdkVersion = 17
     targetSdkVersion = 33
     compileSdkVersion = 33



More information about the Android mailing list