From 9da5bdaad49f0f6b9263a110b8b6189d2e8a2813 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 1b8ed2bc9..2fea65e6f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -86,7 +86,7 @@ afterEvaluate { } } dependencies { - implementation('com.github.KotatsuApp:kotatsu-parsers:7f630184c0') { + implementation('com.github.KotatsuApp:kotatsu-parsers:c28e2a72d5') { exclude group: 'org.json', module: 'json' }