From 1a279966d9f752f492dcb8f9f2409b2ee8fc10b3 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Tue, 14 Nov 2023 07:54:03 +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 4daaf9e3c..afcae1aab 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:02463e5833') { + implementation('com.github.KotatsuApp:kotatsu-parsers:2cd2d7dbc4') { exclude group: 'org.json', module: 'json' }