Update parsers and version

pull/209/head
Koitharu 4 years ago
parent bcc2f531c3
commit 659c327a6d
No known key found for this signature in database
GPG Key ID: 8E861F8CE6E7CE27

@ -14,8 +14,8 @@ android {
applicationId 'org.koitharu.kotatsu'
minSdkVersion 21
targetSdkVersion 32
versionCode 419
versionName '3.4.7'
versionCode 420
versionName '3.5.0'
generatedDensities = []
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@ -79,7 +79,7 @@ afterEvaluate {
}
}
dependencies {
implementation('com.github.nv95:kotatsu-parsers:7588617316') {
implementation('com.github.KotatsuApp:kotatsu-parsers:dac06ddd0b') {
exclude group: 'org.json', module: 'json'
}

Loading…
Cancel
Save