Update parsers

This commit is contained in:
Koitharu
2022-05-06 15:45:20 +03:00
parent 2709d40fc0
commit de9c1017b3
3 changed files with 2 additions and 39 deletions

View File

@@ -65,7 +65,7 @@ android {
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
implementation('com.github.nv95:kotatsu-parsers:090ad4b256') {
implementation('com.github.nv95:kotatsu-parsers:b495e5e457') {
exclude group: 'org.json', module: 'json'
}