|
|
|
@ -65,7 +65,7 @@ android {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
dependencies {
|
|
|
|
dependencies {
|
|
|
|
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
|
|
|
|
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'
|
|
|
|
exclude group: 'org.json', module: 'json'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|