Update parsers

This commit is contained in:
Koitharu
2023-10-04 14:07:14 +03:00
parent ed87292921
commit 1bd9b655f9

View File

@@ -16,8 +16,8 @@ android {
applicationId 'org.koitharu.kotatsu' applicationId 'org.koitharu.kotatsu'
minSdk = 21 minSdk = 21
targetSdk = 34 targetSdk = 34
versionCode = 583 versionCode = 584
versionName = '6.1.5' versionName = '6.1.6'
generatedDensities = [] generatedDensities = []
testInstrumentationRunner "org.koitharu.kotatsu.HiltTestRunner" testInstrumentationRunner "org.koitharu.kotatsu.HiltTestRunner"
ksp { ksp {
@@ -81,7 +81,7 @@ afterEvaluate {
} }
dependencies { dependencies {
//noinspection GradleDependency //noinspection GradleDependency
implementation('com.github.KotatsuApp:kotatsu-parsers:931f126119') { implementation('com.github.KotatsuApp:kotatsu-parsers:3d7e62d2fe') {
exclude group: 'org.json', module: 'json' exclude group: 'org.json', module: 'json'
} }