From f7f7ad52879b321dfb786aa833c3d94122981e8d Mon Sep 17 00:00:00 2001 From: Nicolas Pomepuy Date: Thu, 24 Feb 2022 07:14:20 +0100 Subject: [PATCH] Bump the lib versions to 3.5.0-eap2 / 0.11.0-eap2 --- build.gradle | 4 ++-- buildsystem/compile.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index b15eb20e4..2f1d9976f 100644 --- a/build.gradle +++ b/build.gradle @@ -34,8 +34,8 @@ ext { appId = "org.videolan.vlc" versionName = '3.4.4 Beta 1' versionCode = 3040310 - libvlcVersion = '3.5.0-eap1' - medialibraryVersion = '0.10.0-eap1' + libvlcVersion = '3.5.0-eap2' + medialibraryVersion = '0.11.0-eap2' minSdkVersion = 17 targetSdkVersion = 30 compileSdkVersion = 30 diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh index 5240904d1..77ea2e987 100755 --- a/buildsystem/compile.sh +++ b/buildsystem/compile.sh @@ -279,7 +279,7 @@ fi # Fetch VLC source # #################### -TESTED_HASH=f5dfb2f8c7269534cb41113e504fe5564ce29d99 +TESTED_HASH=758b718347094af7e7e35ec18359d32f8928766e VLC_REPOSITORY=https://code.videolan.org/videolan/vlc.git if [ ! -d "vlc" ]; then diagnostic "VLC sources: not found, cloning"