diff --git a/app/build.gradle b/app/build.gradle index 141dca202..01b07329a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -82,7 +82,7 @@ afterEvaluate { } } dependencies { - implementation('com.github.KotatsuApp:kotatsu-parsers:1ebb298cd7') { + implementation('com.github.KotatsuApp:kotatsu-parsers:1.2.2') { exclude group: 'org.json', module: 'json' }