Update parsers

This commit is contained in:
Koitharu
2024-09-24 17:56:11 +03:00
committed by Mac135135
parent 81794e6eb2
commit 86dea2953a

View File

@@ -16,8 +16,8 @@ android {
applicationId 'org.koitharu.kotatsu' applicationId 'org.koitharu.kotatsu'
minSdk = 21 minSdk = 21
targetSdk = 35 targetSdk = 35
versionCode = 671 versionCode = 672
versionName = '7.6-a3' versionName = '7.6-b1'
generatedDensities = [] generatedDensities = []
testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner' testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner'
ksp { ksp {
@@ -83,7 +83,7 @@ afterEvaluate {
} }
dependencies { dependencies {
//noinspection GradleDependency //noinspection GradleDependency
implementation('com.github.KotatsuApp:kotatsu-parsers:613623fa53') { implementation('com.github.KotatsuApp:kotatsu-parsers:cc62981f12') {
exclude group: 'org.json', module: 'json' exclude group: 'org.json', module: 'json'
} }