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' }