Update parsers

pull/141/head v3.1
Koitharu 4 years ago
parent 5bed854b9c
commit 2e17efe82b
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 400
versionName '3.0'
versionCode 401
versionName '3.1'
generatedDensities = []
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@ -65,7 +65,7 @@ android {
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
implementation('com.github.nv95:kotatsu-parsers:0ee689cd2f') {
implementation('com.github.nv95:kotatsu-parsers:8e23a7fcd4') {
exclude group: 'org.json', module: 'json'
}

Loading…
Cancel
Save