Update parsers

This commit is contained in:
Koitharu
2023-11-29 17:25:13 +02:00
parent d56107bf1f
commit 910069ec99

View File

@@ -16,8 +16,8 @@ android {
applicationId 'org.koitharu.kotatsu'
minSdk = 21
targetSdk = 34
versionCode = 601
versionName = '6.4.1'
versionCode = 602
versionName = '6.4.2'
generatedDensities = []
testInstrumentationRunner "org.koitharu.kotatsu.HiltTestRunner"
ksp {
@@ -82,7 +82,7 @@ afterEvaluate {
}
dependencies {
//noinspection GradleDependency
implementation('com.github.KotatsuApp:kotatsu-parsers:3bb10ee948') {
implementation('com.github.KotatsuApp:kotatsu-parsers:0efd5437f9') {
exclude group: 'org.json', module: 'json'
}