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

Loading…
Cancel
Save