Update parsers

This commit is contained in:
Koitharu
2024-09-15 15:38:52 +03:00
committed by Mac135135
parent fe2bb05895
commit ad21321a1d

View File

@@ -16,8 +16,8 @@ android {
applicationId 'org.koitharu.kotatsu'
minSdk = 21
targetSdk = 35
versionCode = 668
versionName = '7.5.2'
versionCode = 669
versionName = '7.6-a1'
generatedDensities = []
testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner'
ksp {
@@ -83,7 +83,7 @@ afterEvaluate {
}
dependencies {
//noinspection GradleDependency
implementation('com.github.KotatsuApp:kotatsu-parsers:ad726a3fd7') {
implementation('com.github.KotatsuApp:kotatsu-parsers:aba8a80d8f') {
exclude group: 'org.json', module: 'json'
}