From 06ec145802d8098530de01ff471c0a9fb53eef1d Mon Sep 17 00:00:00 2001 From: Koitharu Date: Thu, 2 Nov 2023 08:56:43 +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 95be4ea1c..657aac80f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:c892a38c52') { + implementation('com.github.KotatsuApp:kotatsu-parsers:face1d5b26') { exclude group: 'org.json', module: 'json' }