From e4c2972cae369a8e90f38650130e5a4c141d9874 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Mon, 14 Aug 2023 09:59:00 +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 f67525d49..b6c002771 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:9cf3551356') { + implementation('com.github.KotatsuApp:kotatsu-parsers:407ef5b655') { exclude group: 'org.json', module: 'json' }