From 45fd8d2e72253ccdc519ea03fcb7786814259aad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aliberk=20Sand=C4=B1k=C3=A7=C4=B1?= Date: Tue, 21 Jan 2025 20:17:25 +0300 Subject: [PATCH] fix: update lastpipeextractor lib to fix ios error --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 296da4c3b..bd5d13d0a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -215,7 +215,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.MaintainTeam:LastPipeExtractor:1b8be146a0e5a9efc41b7902fa79e4c51a000f14' + implementation 'com.github.MaintainTeam:LastPipeExtractor:c976149cfb15e16549a8544975c63ddf089a763f' implementation 'com.github.TeamNewPipe:NoNonsense-FilePicker:5.0.0' /** Checkstyle **/