From 1c0eabf75c7f154fdfff4b8e401a3c542348c3b2 Mon Sep 17 00:00:00 2001 From: watermelon42 Date: Wed, 18 Jun 2025 19:31:58 +0300 Subject: [PATCH] Updated extractor version to latest commit --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 144d29113..0e59d524a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -214,7 +214,7 @@ dependencies { // 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:NewPipeExtractor:v0.24.7' + implementation 'com.github.TeamNewPipe.NewPipeExtractor:NewPipeExtractor:71b335128e8b66ecc0cd45379dd11a0865973065' implementation 'com.github.TeamNewPipe:NoNonsense-FilePicker:5.0.0' /** Checkstyle **/