From a7a098b381b394b07d6d06376217aafb13339696 Mon Sep 17 00:00:00 2001 From: RSoulwin <72640314+RSoulwin@users.noreply.github.com> Date: Thu, 19 Sep 2024 22:54:58 +0530 Subject: [PATCH] Fix serialization error on channels update extractor --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 91d42a40562..95fc3abd39f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -203,7 +203,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.TeamNewPipe:NewPipeExtractor:v0.24.2' + implementation 'com.github.AudricV:NewPipeExtractor:597eaeec16ffd1e22f2c24eebf3e4a11227de0d2' implementation 'com.github.TeamNewPipe:NoNonsense-FilePicker:5.0.0' /** Checkstyle **/