diff --git a/app/build.gradle b/app/build.gradle index 0cc0dfa60..8317a9918 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -83,7 +83,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:b404b44008') { + implementation('com.github.KotatsuApp:kotatsu-parsers:ad726a3fd7') { exclude group: 'org.json', module: 'json' }