[Android] Bump lib versions for vlc 4

Nicolas Pomepuy git at videolan.org
Fri Jul 22 13:23:53 UTC 2022


vlc-android | branch: refs/tags/libvlc-4.0.0-eap1 | Nicolas Pomepuy <nicolas at videolabs.io> | Fri Jul 22 13:11:23 2022 +0200| [e9f55e4b7afecf6144f8d5196a59ed27889eb3fa] | committer: Nicolas Pomepuy

Bump lib versions for vlc 4

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

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

diff --git a/build.gradle b/build.gradle
index 1c4d2d695..2c29a1dc7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -41,8 +41,8 @@ ext {
     versionName = '3.5.0'
     versionCode = 3050000
     vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
-    libvlcVersion = vlcMajorVersion == 3 ? '3.5.0-eap10' :'3.5.0-snapshotvlc4'
-    medialibraryVersion = vlcMajorVersion == 3 ? '0.12.0-eap10' :'0.12.0-eap10-snapshotvlc4'
+    libvlcVersion = vlcMajorVersion == 3 ? '3.5.0-eap10' :'4.0.0-eap1'
+    medialibraryVersion = vlcMajorVersion == 3 ? '0.12.0-eap10' : '0.12.0-vlc4-eap1'
     minSdkVersion = 17
     targetSdkVersion = 30
     compileSdkVersion = 31



More information about the Android mailing list