|
|
|
|
@ -16,8 +16,8 @@ android {
|
|
|
|
|
applicationId 'org.koitharu.kotatsu'
|
|
|
|
|
minSdk = 21
|
|
|
|
|
targetSdk = 34
|
|
|
|
|
versionCode = 587
|
|
|
|
|
versionName = '6.2'
|
|
|
|
|
versionCode = 588
|
|
|
|
|
versionName = '6.2.1'
|
|
|
|
|
generatedDensities = []
|
|
|
|
|
testInstrumentationRunner "org.koitharu.kotatsu.HiltTestRunner"
|
|
|
|
|
ksp {
|
|
|
|
|
@ -81,7 +81,7 @@ afterEvaluate {
|
|
|
|
|
}
|
|
|
|
|
dependencies {
|
|
|
|
|
//noinspection GradleDependency
|
|
|
|
|
implementation('com.github.KotatsuApp:kotatsu-parsers:a61e441e79') {
|
|
|
|
|
implementation('com.github.KotatsuApp:kotatsu-parsers:0054d06e6e') {
|
|
|
|
|
exclude group: 'org.json', module: 'json'
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|