Update parsers

pull/155/head v3.2
Koitharu 4 years ago
parent 0fb29174c5
commit e34acf010e
No known key found for this signature in database
GPG Key ID: 8E861F8CE6E7CE27

@ -14,7 +14,7 @@ android {
applicationId 'org.koitharu.kotatsu' applicationId 'org.koitharu.kotatsu'
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 32 targetSdkVersion 32
versionCode 403 versionCode 404
versionName '3.2' versionName '3.2'
generatedDensities = [] generatedDensities = []
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@ -65,7 +65,7 @@ android {
} }
dependencies { dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar']) implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
implementation('com.github.nv95:kotatsu-parsers:1d171d41fe') { implementation('com.github.nv95:kotatsu-parsers:72cd6fbadf') {
exclude group: 'org.json', module: 'json' exclude group: 'org.json', module: 'json'
} }

Loading…
Cancel
Save