Update parsers

pull/209/head v3.4.8
Koitharu 4 years ago
parent f342cd6b56
commit 14f5d5daa4
No known key found for this signature in database
GPG Key ID: 8E861F8CE6E7CE27

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

Loading…
Cancel
Save