Update parsers

This commit is contained in:
Koitharu
2022-04-18 09:26:48 +03:00
parent c2276eb2cb
commit aaf9c6a0bf

View File

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