Update parsers

This commit is contained in:
Koitharu
2024-01-24 12:28:50 +02:00
parent 6eb2608f88
commit cd0575a524

View File

@@ -17,7 +17,7 @@ android {
minSdk = 21
targetSdk = 34
versionCode = 615
versionName = '6.6.5'
versionName = '6.6.6'
generatedDensities = []
testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner'
ksp {
@@ -82,7 +82,7 @@ afterEvaluate {
}
dependencies {
//noinspection GradleDependency
implementation('com.github.KotatsuApp:kotatsu-parsers:8852d1e22e') {
implementation('com.github.KotatsuApp:kotatsu-parsers:7c871edbca') {
exclude group: 'org.json', module: 'json'
}