Update parsers

(cherry picked from commit 451a155e08)
pull/600/head v6.5
Koitharu 2 years ago
parent f18eca52af
commit 4e0e5be726
Signed by: Koitharu
GPG Key ID: 676DEE768C17A9D7

@ -16,8 +16,8 @@ android {
applicationId 'org.koitharu.kotatsu'
minSdk = 21
targetSdk = 34
versionCode = 605
versionName = '6.5-b3'
versionCode = 606
versionName = '6.5'
generatedDensities = []
testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner'
ksp {
@ -82,7 +82,7 @@ afterEvaluate {
}
dependencies {
//noinspection GradleDependency
implementation('com.github.KotatsuApp:kotatsu-parsers:75cc0716fd') {
implementation('com.github.KotatsuApp:kotatsu-parsers:42ecf8a958') {
exclude group: 'org.json', module: 'json'
}

Loading…
Cancel
Save