[Android] Temporary! Bump the libs versions to try an aar build dry run with the new maven plugin

Nicolas Pomepuy git at videolan.org
Wed Nov 16 07:39:54 UTC 2022


vlc-android | branch: refs/tags/libvlc-3.6.0-eap2-test | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Nov 16 08:38:53 2022 +0100| [4899340d4c1cc3a643d0ed1d1e7814a9c3908e5e] | committer: Nicolas Pomepuy

Temporary! Bump the libs versions to try an aar build dry run with the new maven plugin

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

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

diff --git a/build.gradle b/build.gradle
index a81769a4a0..75f39ace45 100644
--- a/build.gradle
+++ b/build.gradle
@@ -41,8 +41,8 @@ ext {
     versionCode = 3050300
     versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.5.3'
     vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
-    libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap1' :'4.0.0-eap4'
-    medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc1' : '0.13.13-vlc4-rc1'
+    libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap2-test' :'4.0.0-eap4'
+    medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13.1-rc1-test' : '0.13.13-vlc4-rc1'
     minSdkVersion = 17
     targetSdkVersion = 33
     compileSdkVersion = 33



More information about the Android mailing list