Update parsers

This commit is contained in:
Koitharu
2024-01-17 13:33:55 +02:00
parent 48808f8a7d
commit 12047a85c7

View File

@@ -17,7 +17,7 @@ android {
minSdk = 21 minSdk = 21
targetSdk = 34 targetSdk = 34
versionCode = 614 versionCode = 614
versionName = '6.6.3' versionName = '6.6.4'
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:a2979753a9') { implementation('com.github.KotatsuApp:kotatsu-parsers:8e7d7e0bde') {
exclude group: 'org.json', module: 'json' exclude group: 'org.json', module: 'json'
} }