From 5ca544bc426ef460b02bb994e069007c3f5e059b Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Tue, 6 May 2025 10:48:20 +0200 Subject: [PATCH] build.gradle: Improve jitpack workaround doc & fix hash --- app/build.gradle | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f3159f741..25a1b6a2e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -211,8 +211,10 @@ dependencies { // This works thanks to JitPack: https://jitpack.io/ implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751' // 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:0b99100db' + // the corresponding commit hash, since JitPack sometimes deletes artifacts. + // If there’s already a git hash, just add more of it to the end (or remove a letter) + // to cause jitpack to regenerate the artifact. + implementation 'com.github.TeamNewPipe:NewPipeExtractor:0b99100dbddeca2f' implementation 'com.github.TeamNewPipe:NoNonsense-FilePicker:5.0.0' /** Checkstyle **/