From b46c00f2d0cd870165ab965fa4a23c0d3becfb28 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Sat, 5 Oct 2024 16:28:29 +0300 Subject: [PATCH] Fix parsers version --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 96238c85b..0d14e1a8a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -82,7 +82,7 @@ afterEvaluate { } } dependencies { - implementation('com.github.KotatsuApp:kotatsu-parsers:1.2.1') { + implementation('com.github.KotatsuApp:kotatsu-parsers:6f7e1fcfb2') { exclude group: 'org.json', module: 'json' }