From 0f4de329e577e8add1be92d66638335651da4dd0 Mon Sep 17 00:00:00 2001 From: Zakhar Timoshenko Date: Sun, 5 Feb 2023 18:30:42 +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 3fffce4e9..33b590145 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -84,7 +84,7 @@ afterEvaluate { } } dependencies { - implementation('com.github.KotatsuApp:kotatsu-parsers:7f630184c0') { + implementation('com.github.KotatsuApp:kotatsu-parsers:c28e2a72d5') { exclude group: 'org.json', module: 'json' }