Update parsers

This commit is contained in:
Koitharu
2024-07-27 12:13:45 +03:00
parent 10dc1d10ed
commit 06cdcac4df

View File

@@ -16,8 +16,8 @@ android {
applicationId 'org.koitharu.kotatsu'
minSdk = 21
targetSdk = 35
versionCode = 654
versionName = '7.4-a3'
versionCode = 655
versionName = '7.4-b1'
generatedDensities = []
testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner'
ksp {
@@ -82,7 +82,7 @@ afterEvaluate {
}
dependencies {
//noinspection GradleDependency
implementation('com.github.KotatsuApp:kotatsu-parsers:b9d89edfc2') {
implementation('com.github.KotatsuApp:kotatsu-parsers:f66aab03f2') {
exclude group: 'org.json', module: 'json'
}