From 661e6155c14a440e083da8844e17d22d79899c0e Mon Sep 17 00:00:00 2001 From: Stypox Date: Sun, 24 Nov 2024 17:30:04 +0100 Subject: [PATCH] Update NewPipeExtractor to v0.24.3 --- app/build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e1dfbba51..37ca140cb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -206,8 +206,9 @@ dependencies { // name and the commit hash with the commit hash of the (pushed) commit you want to test // This works thanks to JitPack: https://jitpack.io/ implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751' - // WORKAROUND: v0.24.2 can't be resolved by jitpack -> use git commit hash instead - implementation 'com.github.TeamNewPipe:NewPipeExtractor:ea1a1d1375efd5936ed2609d0fa3e31d5097a835' + // WORKAROUND: if you get errors with the NewPipeExtractor dependency, replace `v0.24.3` with + // the corresponding commit hash, since JitPack is sometimes buggy + implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.24.3' implementation 'com.github.TeamNewPipe:NoNonsense-FilePicker:5.0.0' /** Checkstyle **/