|
|
|
|
@ -66,7 +66,7 @@ android {
|
|
|
|
|
}
|
|
|
|
|
dependencies {
|
|
|
|
|
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
|
|
|
|
|
implementation('com.github.nv95:kotatsu-parsers:05a93e2380') {
|
|
|
|
|
implementation('com.github.nv95:kotatsu-parsers:f46c5add46') {
|
|
|
|
|
exclude group: 'org.json', module: 'json'
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -103,7 +103,7 @@ dependencies {
|
|
|
|
|
implementation 'com.hannesdorfmann:adapterdelegates4-kotlin-dsl-viewbinding:4.3.2'
|
|
|
|
|
|
|
|
|
|
implementation 'io.insert-koin:koin-android:3.2.0'
|
|
|
|
|
implementation 'io.coil-kt:coil-base:2.0.0'
|
|
|
|
|
implementation 'io.coil-kt:coil-base:2.1.0'
|
|
|
|
|
implementation 'com.davemorrissey.labs:subsampling-scale-image-view-androidx:3.10.0'
|
|
|
|
|
implementation 'com.github.solkin:disk-lru-cache:1.4'
|
|
|
|
|
|
|
|
|
|
|