From 3fd6bec4336b22f426eb4922c16be37dcff348a6 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Fri, 28 Apr 2023 17:24:21 +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 98131118d..37a94ac4b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -78,7 +78,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:b2675c3cac') { + implementation('com.github.KotatsuApp:kotatsu-parsers:3e349d3db3') { exclude group: 'org.json', module: 'json' }