Update parsers

This commit is contained in:
Koitharu
2022-06-21 10:42:25 +03:00
parent 006ea9844a
commit 7019c07a6d

View File

@@ -73,7 +73,7 @@ afterEvaluate {
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
implementation('com.github.nv95:kotatsu-parsers:dc0129c76c') {
implementation('com.github.nv95:kotatsu-parsers:8a3b6df91d') {
exclude group: 'org.json', module: 'json'
}