From e235d074c5ef22b43b85bc078794cad831c05bb8 Mon Sep 17 00:00:00 2001 From: Nicolas Pomepuy <nicolas@videolabs.io> Date: Mon, 11 Jul 2022 14:09:48 +0200 Subject: [PATCH] Bump libs to 3.5.0-eap10 and 0.12.0-eap10 --- build.gradle | 4 ++-- buildsystem/compile.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 6a52bb7b10..03edf00958 100644 --- a/build.gradle +++ b/build.gradle @@ -39,8 +39,8 @@ ext { appId = "org.videolan.vlc" versionName = '3.5.0 RC 2' versionCode = 3040490 - libvlcVersion = '3.5.0-eap9' - medialibraryVersion = '0.12.0-eap9' + libvlcVersion = '3.5.0-eap10' + medialibraryVersion = '0.12.0-eap10' minSdkVersion = 17 targetSdkVersion = 30 compileSdkVersion = 31 diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh index 76e6cc1602..b639bc9401 100755 --- a/buildsystem/compile.sh +++ b/buildsystem/compile.sh @@ -254,7 +254,7 @@ fi # Fetch VLC source # #################### -LIBVLCJNI_TESTED_HASH=9ea3e7a5fc5daee2e1c4368091a8e4a846f3a17e +LIBVLCJNI_TESTED_HASH=6889bf7cde7e236609e0ba61b8121260666b910d LIBVLCJNI_REPOSITORY=https://code.videolan.org/videolan/libvlcjni if [ ! -d "libvlcjni" ] || [ ! -d "libvlcjni/.git" ]; then diagnostic "libvlcjni sources: not found, cloning" -- GitLab