[Android] Bump the aar versions
Nicolas Pomepuy
git at videolan.org
Wed Nov 20 06:47:53 UTC 2024
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Thu May 16 11:40:06 2024 +0200| [fb476ebd358c46a931daf75bc80fc14a3ea47fe0] | committer: Duncan McNamara
Bump the aar versions
> https://code.videolan.org/videolan/vlc-android/commit/fb476ebd358c46a931daf75bc80fc14a3ea47fe0
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index e8f2317b59..da47ebc9eb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -42,8 +42,8 @@ ext {
versionCode = 3050730
versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.0 Beta 3'
vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
- libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap12' :'4.0.0-eap15'
- medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc12' : '0.13.13-vlc4-rc12'
+ libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap13' :'4.0.0-eap16'
+ medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc13' : '0.13.13-vlc4-rc13'
minSdkVersion = 17
targetSdkVersion = 34
compileSdkVersion = 34
More information about the Android
mailing list