Update parsers

This commit is contained in:
Koitharu
2024-01-06 15:33:49 +02:00
parent c7da4feb8f
commit 3acca44b5e

View File

@@ -17,7 +17,7 @@ android {
minSdk = 21 minSdk = 21
targetSdk = 34 targetSdk = 34
versionCode = 611 versionCode = 611
versionName = '6.6.0' versionName = '6.6'
generatedDensities = [] generatedDensities = []
testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner' testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner'
ksp { ksp {
@@ -82,7 +82,7 @@ afterEvaluate {
} }
dependencies { dependencies {
//noinspection GradleDependency //noinspection GradleDependency
implementation('com.github.KotatsuApp:kotatsu-parsers:0b497c4e0b') { implementation('com.github.KotatsuApp:kotatsu-parsers:e03d0efe71') {
exclude group: 'org.json', module: 'json' exclude group: 'org.json', module: 'json'
} }