Update parsers

This commit is contained in:
Koitharu
2023-09-08 13:30:26 +03:00
parent 6b93e49f56
commit a1b96ebbb5

View File

@@ -16,8 +16,8 @@ android {
applicationId 'org.koitharu.kotatsu'
minSdk = 21
targetSdk = 34
versionCode = 576
versionName = '6.0.3'
versionCode = 577
versionName = '6.1'
generatedDensities = []
testInstrumentationRunner "org.koitharu.kotatsu.HiltTestRunner"
ksp {
@@ -81,7 +81,7 @@ afterEvaluate {
}
dependencies {
//noinspection GradleDependency
implementation('com.github.KotatsuApp:kotatsu-parsers:2f7e704e21') {
implementation('com.github.KotatsuApp:kotatsu-parsers:aae3fa3b05') {
exclude group: 'org.json', module: 'json'
}