|
|
|
@ -16,8 +16,8 @@ android {
|
|
|
|
applicationId 'org.koitharu.kotatsu'
|
|
|
|
applicationId 'org.koitharu.kotatsu'
|
|
|
|
minSdk = 21
|
|
|
|
minSdk = 21
|
|
|
|
targetSdk = 35
|
|
|
|
targetSdk = 35
|
|
|
|
versionCode = 673
|
|
|
|
versionCode = 674
|
|
|
|
versionName = '7.6'
|
|
|
|
versionName = '7.6.1'
|
|
|
|
generatedDensities = []
|
|
|
|
generatedDensities = []
|
|
|
|
testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner'
|
|
|
|
testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner'
|
|
|
|
ksp {
|
|
|
|
ksp {
|
|
|
|
@ -83,7 +83,7 @@ afterEvaluate {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
dependencies {
|
|
|
|
dependencies {
|
|
|
|
//noinspection GradleDependency
|
|
|
|
//noinspection GradleDependency
|
|
|
|
implementation('com.github.KotatsuApp:kotatsu-parsers:3cdd391410') {
|
|
|
|
implementation('com.github.KotatsuApp:kotatsu-parsers:1.1') {
|
|
|
|
exclude group: 'org.json', module: 'json'
|
|
|
|
exclude group: 'org.json', module: 'json'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@ -137,7 +137,7 @@ dependencies {
|
|
|
|
|
|
|
|
|
|
|
|
implementation 'io.coil-kt:coil-base:2.7.0'
|
|
|
|
implementation 'io.coil-kt:coil-base:2.7.0'
|
|
|
|
implementation 'io.coil-kt:coil-svg:2.7.0'
|
|
|
|
implementation 'io.coil-kt:coil-svg:2.7.0'
|
|
|
|
implementation 'com.github.KotatsuApp:subsampling-scale-image-view:4ec7176962'
|
|
|
|
implementation 'com.github.KotatsuApp:subsampling-scale-image-view:b2c5a6d5ca'
|
|
|
|
implementation 'com.github.solkin:disk-lru-cache:1.4'
|
|
|
|
implementation 'com.github.solkin:disk-lru-cache:1.4'
|
|
|
|
implementation 'io.noties.markwon:core:4.6.2'
|
|
|
|
implementation 'io.noties.markwon:core:4.6.2'
|
|
|
|
|
|
|
|
|
|
|
|
|