Update version and parsers

pull/202/head v3.4.2
Koitharu 4 years ago
parent 3add01d57e
commit 557c2b018a
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 413
versionName '3.4.1'
versionCode 414
versionName '3.4.2'
generatedDensities = []
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@ -76,8 +76,7 @@ afterEvaluate {
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
implementation('com.github.nv95:kotatsu-parsers:8c26f3c790') {
implementation('com.github.nv95:kotatsu-parsers:26d951bc20') {
exclude group: 'org.json', module: 'json'
}

Loading…
Cancel
Save