From a22049b1bfe2e4f199fc5da30195f71bdc7b9910 Mon Sep 17 00:00:00 2001 From: Nicolas Pomepuy <nicolas@videolabs.io> Date: Thu, 20 Oct 2022 11:43:32 +0200 Subject: [PATCH] Bump lib versions to 3.6.0-eap1 and 0.13.13-rc1 --- build.gradle | 4 ++-- buildsystem/compile-medialibrary.sh | 2 +- medialibrary/gradle.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 8c43a7c441..a9fe3d6a5f 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.5.3-eap1' :'4.0.0-eap3' - medialibraryVersion = vlcMajorVersion == 3 ? '0.13.5-eap1' : '0.12.0-vlc4-eap3' + libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap1' :'4.0.0-eap3' + medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc1' : '0.12.0-vlc4-eap3' minSdkVersion = 17 targetSdkVersion = 33 compileSdkVersion = 33 diff --git a/buildsystem/compile-medialibrary.sh b/buildsystem/compile-medialibrary.sh index aee58e8f93..7535760472 100755 --- a/buildsystem/compile-medialibrary.sh +++ b/buildsystem/compile-medialibrary.sh @@ -6,7 +6,7 @@ set -e # ARGUMENTS # ############# -MEDIALIBRARY_HASH=0e037cc3da23416f55b210f6d8b35e51ac58de3a +MEDIALIBRARY_HASH=1fabbeed1797e84057beb3c961e7e2eff805557b while [ $# -gt 0 ]; do case $1 in diff --git a/medialibrary/gradle.properties b/medialibrary/gradle.properties index 695f8e7e03..4f86528c08 100644 --- a/medialibrary/gradle.properties +++ b/medialibrary/gradle.properties @@ -2,7 +2,7 @@ # ************************************************************************* # gradle.properties # ************************************************************************** -# Copyright © 2021 VLC authors and VideoLAN +# Copyright © 2022 VLC authors and VideoLAN # Author: Nicolas POMEPUY # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -- GitLab