Update parsers

pull/311/head v4.4.8
Koitharu 3 years ago
parent 149b171eda
commit dfb88feaf0
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 523
versionName '4.4.7'
versionCode 524
versionName '4.4.8'
generatedDensities = []
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@ -79,7 +79,7 @@ afterEvaluate {
}
dependencies {
//noinspection GradleDependency
implementation('com.github.KotatsuApp:kotatsu-parsers:a3ffecc00f') {
implementation('com.github.KotatsuApp:kotatsu-parsers:2340100999') {
exclude group: 'org.json', module: 'json'
}

Loading…
Cancel
Save