From dbee8d8128b173e1c5833c8d2e7c93cb5e55bb58 Mon Sep 17 00:00:00 2001 From: Stypox Date: Wed, 5 Feb 2025 10:24:34 +0100 Subject: [PATCH] Update NewPipeExtractor to v0.24.5 Using commit 9f83b385a since JitPack is buggy... --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index dc16efe97..85622ae98 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -208,7 +208,7 @@ dependencies { 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.AudricV:NewPipeExtractor:15e35a28df1205e8a0cf4680dd240554a818a120' + implementation 'com.github.TeamNewPipe:NewPipeExtractor:9f83b385a' implementation 'com.github.TeamNewPipe:NoNonsense-FilePicker:5.0.0' /** Checkstyle **/