Update parsers

This commit is contained in:
Koitharu
2024-03-23 16:36:01 +02:00
parent d3590372f3
commit bc42fda786

View File

@@ -16,8 +16,8 @@ android {
applicationId 'org.koitharu.kotatsu' applicationId 'org.koitharu.kotatsu'
minSdk = 21 minSdk = 21
targetSdk = 34 targetSdk = 34
versionCode = 630 versionCode = 631
versionName = '6.8' versionName = '6.8.1'
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:639895f511') { implementation('com.github.KotatsuApp:kotatsu-parsers:9821e93d25') {
exclude group: 'org.json', module: 'json' exclude group: 'org.json', module: 'json'
} }