|
|
|
|
@ -14,8 +14,8 @@ android {
|
|
|
|
|
applicationId 'org.koitharu.kotatsu'
|
|
|
|
|
minSdkVersion 21
|
|
|
|
|
targetSdkVersion 32
|
|
|
|
|
versionCode 429
|
|
|
|
|
versionName '3.4.17'
|
|
|
|
|
versionCode 430
|
|
|
|
|
versionName '3.5'
|
|
|
|
|
generatedDensities = []
|
|
|
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
|
|
|
|
|
|
|
|
@ -81,7 +81,7 @@ afterEvaluate {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
dependencies {
|
|
|
|
|
implementation('com.github.KotatsuApp:kotatsu-parsers:b1990c7918') {
|
|
|
|
|
implementation('com.github.KotatsuApp:kotatsu-parsers:5cb953eb86') {
|
|
|
|
|
exclude group: 'org.json', module: 'json'
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|