Update parsers

This commit is contained in:
Koitharu
2022-08-01 17:14:35 +03:00
parent f342cd6b56
commit 14f5d5daa4

View File

@@ -15,7 +15,7 @@ android {
minSdkVersion 21
targetSdkVersion 32
versionCode 420
versionName '3.5.0'
versionName '3.4.8'
generatedDensities = []
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -79,7 +79,7 @@ afterEvaluate {
}
}
dependencies {
implementation('com.github.KotatsuApp:kotatsu-parsers:dac06ddd0b') {
implementation('com.github.KotatsuApp:kotatsu-parsers:85bfe42ddf') {
exclude group: 'org.json', module: 'json'
}