diff --git a/app/build.gradle b/app/build.gradle index bd2ddbd98..f3bb4fccd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:46e863ef79') { + implementation('com.github.KotatsuApp:kotatsu-parsers:3bb10ee948') { exclude group: 'org.json', module: 'json' }