Update parsers

pull/246/head
Koitharu 4 years ago
parent 4d838d290d
commit ee65251bf5
No known key found for this signature in database
GPG Key ID: 8E861F8CE6E7CE27

@ -14,8 +14,8 @@ android {
applicationId 'org.koitharu.kotatsu' applicationId 'org.koitharu.kotatsu'
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 32 targetSdkVersion 32
versionCode 429 versionCode 430
versionName '3.4.17' versionName '3.5'
generatedDensities = [] generatedDensities = []
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@ -81,7 +81,7 @@ afterEvaluate {
} }
} }
dependencies { dependencies {
implementation('com.github.KotatsuApp:kotatsu-parsers:b1990c7918') { implementation('com.github.KotatsuApp:kotatsu-parsers:5cb953eb86') {
exclude group: 'org.json', module: 'json' exclude group: 'org.json', module: 'json'
} }

Loading…
Cancel
Save