Update parsers

This commit is contained in:
Zakhar Timoshenko
2022-07-20 19:52:56 +03:00
parent 093f766d1d
commit 37b69833b3

View File

@@ -14,7 +14,7 @@ android {
applicationId 'org.koitharu.kotatsu'
minSdkVersion 21
targetSdkVersion 32
versionCode 417
versionCode 418
versionName '3.4.5'
generatedDensities = []
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -79,7 +79,7 @@ afterEvaluate {
}
}
dependencies {
implementation('com.github.nv95:kotatsu-parsers:c4abb758f3') {
implementation('com.github.nv95:kotatsu-parsers:fadb06aabb') {
exclude group: 'org.json', module: 'json'
}