From cf9aab9afebecd5725de253f8b63b1140a11fd63 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Sun, 6 Aug 2023 09:22:47 +0300 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 6cdf39362..5dd7c3232 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:08eb9552d6') { + implementation('com.github.KotatsuApp:kotatsu-parsers:1b3b5d95c0') { exclude group: 'org.json', module: 'json' }