|
|
|
@ -16,8 +16,8 @@ android {
|
|
|
|
applicationId 'org.koitharu.kotatsu'
|
|
|
|
applicationId 'org.koitharu.kotatsu'
|
|
|
|
minSdk = 21
|
|
|
|
minSdk = 21
|
|
|
|
targetSdk = 34
|
|
|
|
targetSdk = 34
|
|
|
|
versionCode = 620
|
|
|
|
versionCode = 621
|
|
|
|
versionName = '6.7-a1'
|
|
|
|
versionName = '6.7-b1'
|
|
|
|
generatedDensities = []
|
|
|
|
generatedDensities = []
|
|
|
|
testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner'
|
|
|
|
testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner'
|
|
|
|
ksp {
|
|
|
|
ksp {
|
|
|
|
@ -82,7 +82,7 @@ afterEvaluate {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
dependencies {
|
|
|
|
dependencies {
|
|
|
|
//noinspection GradleDependency
|
|
|
|
//noinspection GradleDependency
|
|
|
|
implementation('com.github.KotatsuApp:kotatsu-parsers:8b9c76fca5') {
|
|
|
|
implementation('com.github.KotatsuApp:kotatsu-parsers:4a8c7fa36a') {
|
|
|
|
exclude group: 'org.json', module: 'json'
|
|
|
|
exclude group: 'org.json', module: 'json'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@ -147,7 +147,7 @@ dependencies {
|
|
|
|
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.13'
|
|
|
|
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.13'
|
|
|
|
|
|
|
|
|
|
|
|
testImplementation 'junit:junit:4.13.2'
|
|
|
|
testImplementation 'junit:junit:4.13.2'
|
|
|
|
testImplementation 'org.json:json:20231013'
|
|
|
|
testImplementation 'org.json:json:20240205'
|
|
|
|
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3'
|
|
|
|
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3'
|
|
|
|
|
|
|
|
|
|
|
|
androidTestImplementation 'androidx.test:runner:1.5.2'
|
|
|
|
androidTestImplementation 'androidx.test:runner:1.5.2'
|
|
|
|
|