From aaf9c6a0bf01c45a328964dce7aad9c67a7aeba2 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Mon, 18 Apr 2022 09:26:48 +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 09993f26b..4cd4b8cf9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -65,7 +65,7 @@ android { } dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar']) - implementation('com.github.nv95:kotatsu-parsers:8e23a7fcd4') { + implementation('com.github.nv95:kotatsu-parsers:dd9ace35d1') { exclude group: 'org.json', module: 'json' }