From db41ef720c74da3e9bfd65a993b911164f0a7af0 Mon Sep 17 00:00:00 2001 From: Nicolas Pomepuy <nicolas@videolabs.io> Date: Mon, 23 May 2022 11:17:31 +0200 Subject: [PATCH] Bump libs to 3.5.0-eap8 / 0.12.0-eap8 --- build.gradle | 4 ++-- buildsystem/compile.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 0c88a334c8..261cb3d6e9 100644 --- a/build.gradle +++ b/build.gradle @@ -39,8 +39,8 @@ ext { appId = "org.videolan.vlc" versionName = '3.5.0 Beta 6' versionCode = 3040460 - libvlcVersion = '3.5.0-eap7' - medialibraryVersion = '0.12.0-eap7' + libvlcVersion = '3.5.0-eap8' + medialibraryVersion = '0.12.0-eap8' minSdkVersion = 17 targetSdkVersion = 30 compileSdkVersion = 31 diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh index f6e71b956a..89e461449e 100755 --- a/buildsystem/compile.sh +++ b/buildsystem/compile.sh @@ -279,7 +279,7 @@ fi # Fetch VLC source # #################### -TESTED_HASH=25362eb856f14632e051ab48f1f592cb69f021da +TESTED_HASH=902842750b287847ba7b675d10176dd48de2bf35 VLC_REPOSITORY=https://code.videolan.org/videolan/vlc.git if [ ! -d "vlc" ]; then diagnostic "VLC sources: not found, cloning" -- GitLab