|
|
|
|
@ -16,8 +16,8 @@ android {
|
|
|
|
|
applicationId 'org.koitharu.kotatsu'
|
|
|
|
|
minSdk = 21
|
|
|
|
|
targetSdk = 34
|
|
|
|
|
versionCode = 650
|
|
|
|
|
versionName = '7.2.1'
|
|
|
|
|
versionCode = 651
|
|
|
|
|
versionName = '7.3'
|
|
|
|
|
generatedDensities = []
|
|
|
|
|
testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner'
|
|
|
|
|
ksp {
|
|
|
|
|
@ -82,7 +82,7 @@ afterEvaluate {
|
|
|
|
|
}
|
|
|
|
|
dependencies {
|
|
|
|
|
//noinspection GradleDependency
|
|
|
|
|
implementation('com.github.KotatsuApp:kotatsu-parsers:7433fb8fa0') {
|
|
|
|
|
implementation('com.github.KotatsuApp:kotatsu-parsers:74b8aaa94e') {
|
|
|
|
|
exclude group: 'org.json', module: 'json'
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|