Update parsers

pull/340/head
Koitharu 3 years ago
parent 72169e71ce
commit f608dd3078
No known key found for this signature in database
GPG Key ID: 8E861F8CE6E7CE27

@ -15,8 +15,8 @@ android {
applicationId 'org.koitharu.kotatsu'
minSdkVersion 21
targetSdkVersion 33
versionCode 533
versionName '5.0-a4'
versionCode 534
versionName '5.0-b1'
generatedDensities = []
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@ -78,7 +78,7 @@ afterEvaluate {
}
dependencies {
//noinspection GradleDependency
implementation('com.github.KotatsuApp:kotatsu-parsers:2340100999') {
implementation('com.github.KotatsuApp:kotatsu-parsers:5e3fddb652') {
exclude group: 'org.json', module: 'json'
}

Loading…
Cancel
Save