From 50a8c0bd4b63e9b6e443d0fdeff64f1e9809fe20 Mon Sep 17 00:00:00 2001 From: Nicolas Pomepuy <nicolas@videolabs.io> Date: Mon, 12 Dec 2022 08:06:07 +0100 Subject: [PATCH] Bump libs to 3.5.4-eap1 / 0.13.5-eap2 --- build.gradle | 4 ++-- buildsystem/compile.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 42327aa134..564d8524c3 100644 --- a/build.gradle +++ b/build.gradle @@ -39,8 +39,8 @@ ext { appId = "org.videolan.vlc" versionName = '3.5.3' versionCode = 3050300 - libvlcVersion = '3.5.3-eap1' - medialibraryVersion = '0.13.5-eap1' + libvlcVersion = '3.5.4-eap1' + medialibraryVersion = '0.13.5-eap2' minSdkVersion = 17 targetSdkVersion = 33 compileSdkVersion = 33 diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh index 582799c4ba..20f22f9003 100755 --- a/buildsystem/compile.sh +++ b/buildsystem/compile.sh @@ -254,7 +254,7 @@ fi # Fetch VLC source # #################### -LIBVLCJNI_TESTED_HASH=6c512862228c833234068b50abb67ea03ec8dcde +LIBVLCJNI_TESTED_HASH=6691a43c73df3abe3e30bda139c6a7b4d1adda87 LIBVLCJNI_REPOSITORY=https://code.videolan.org/videolan/libvlcjni if [ ! -d "libvlcjni" ] || [ ! -d "libvlcjni/.git" ]; then diagnostic "libvlcjni sources: not found, cloning" -- GitLab