From b7b32dd447ad0f3e365f2fcdfc8631faebc54277 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Mon, 25 Dec 2023 13:18:28 +0200 Subject: [PATCH] Update parsers --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 002b111a2..ce29a3572 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:86a2b95141') { + implementation('com.github.KotatsuApp:kotatsu-parsers:4a0e7221b0') { exclude group: 'org.json', module: 'json' }