From c2996d78191b7c1532c32237b84dca4c0a7d9aff Mon Sep 17 00:00:00 2001 From: whistlingwoods <72640314+whistlingwoods@users.noreply.github.com> Date: Sat, 1 Feb 2025 23:52:11 +0530 Subject: [PATCH] Update Extractor to fix ios player response not valid error again --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 9120aea6ca1..5b378ea569b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -198,7 +198,7 @@ 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' - implementation 'com.github.whistlingwoods.NewPipeExtractor:NewPipeExtractor:extract-visitor-data-SNAPSHOT' + implementation 'com.github.whistlingwoods.NewPipeExtractor:NewPipeExtractor:v0.22.7.6' implementation 'com.github.TeamNewPipe:NoNonsense-FilePicker:5.0.0' /** Checkstyle **/