diff --git a/app/build.gradle b/app/build.gradle index 30058f76f..ff599eb34 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:d704815acf') { + implementation('com.github.nv95:kotatsu-parsers:090ad4b256') { exclude group: 'org.json', module: 'json' }