|
|
|
@ -16,8 +16,8 @@ android {
|
|
|
|
applicationId 'org.koitharu.kotatsu'
|
|
|
|
applicationId 'org.koitharu.kotatsu'
|
|
|
|
minSdk = 21
|
|
|
|
minSdk = 21
|
|
|
|
targetSdk = 34
|
|
|
|
targetSdk = 34
|
|
|
|
versionCode = 613
|
|
|
|
versionCode = 614
|
|
|
|
versionName = '6.6.2'
|
|
|
|
versionName = '6.6.3'
|
|
|
|
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:789e39b6cb') {
|
|
|
|
implementation('com.github.KotatsuApp:kotatsu-parsers:a2979753a9') {
|
|
|
|
exclude group: 'org.json', module: 'json'
|
|
|
|
exclude group: 'org.json', module: 'json'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|