Update parsers

This commit is contained in:
Koitharu
2023-12-25 19:23:44 +02:00
parent c6d1cf2f72
commit 9108646cea

View File

@@ -16,8 +16,8 @@ android {
applicationId 'org.koitharu.kotatsu'
minSdk = 21
targetSdk = 34
versionCode = 608
versionName = '6.5.2'
versionCode = 609
versionName = '6.5.3'
generatedDensities = []
testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner'
ksp {
@@ -82,7 +82,7 @@ afterEvaluate {
}
dependencies {
//noinspection GradleDependency
implementation('com.github.KotatsuApp:kotatsu-parsers:4a0e7221b0') {
implementation('com.github.KotatsuApp:kotatsu-parsers:904e0719eb') {
exclude group: 'org.json', module: 'json'
}