Update parsers

This commit is contained in:
Koitharu
2023-08-11 12:23:08 +03:00
parent 3bea94bf1f
commit f4f84099cc

View File

@@ -17,8 +17,8 @@ android {
applicationId 'org.koitharu.kotatsu'
minSdkVersion 21
targetSdkVersion 33
versionCode 567
versionName '5.3.10'
versionCode 570
versionName '6.0-a1'
generatedDensities = []
testInstrumentationRunner "org.koitharu.kotatsu.HiltTestRunner"
ksp {
@@ -82,7 +82,7 @@ afterEvaluate {
}
dependencies {
//noinspection GradleDependency
implementation('com.github.KotatsuApp:kotatsu-parsers:1b3b5d95c0') {
implementation('com.github.KotatsuApp:kotatsu-parsers:9cf3551356') {
exclude group: 'org.json', module: 'json'
}