Fix manga downloading
This commit is contained in:
@@ -65,7 +65,9 @@ android {
|
||||
}
|
||||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
|
||||
implementation 'com.github.nv95:kotatsu-parsers:3ea7e92e64'
|
||||
implementation('com.github.nv95:kotatsu-parsers:3ea7e92e64') {
|
||||
exclude group: 'org.json', module: 'json'
|
||||
}
|
||||
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0'
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0'
|
||||
|
||||
Reference in New Issue
Block a user