Update parsers

This commit is contained in:
Koitharu
2022-05-02 14:53:31 +03:00
parent 96be49aa83
commit 4c5314fe59

View File

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