Update parsers

pull/450/head
Koitharu 3 years ago
parent 3bea94bf1f
commit f4f84099cc
Signed by: Koitharu
GPG Key ID: 676DEE768C17A9D7

@ -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'
}

Loading…
Cancel
Save