Add dummy manga parser for development

This commit is contained in:
Koitharu
2022-04-23 10:31:10 +03:00
parent 6bf4e0cf89
commit 16b6b6c071
11 changed files with 94 additions and 29 deletions

View File

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