Update parsers

This commit is contained in:
Koitharu
2023-03-25 16:04:57 +02:00
parent 0dbaf919e2
commit 6b1e89eda8

View File

@@ -15,8 +15,8 @@ android {
applicationId 'org.koitharu.kotatsu' applicationId 'org.koitharu.kotatsu'
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 33 targetSdkVersion 33
versionCode 522 versionCode 523
versionName '4.4.6' versionName '4.4.7'
generatedDensities = [] generatedDensities = []
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -79,7 +79,7 @@ afterEvaluate {
} }
dependencies { dependencies {
//noinspection GradleDependency //noinspection GradleDependency
implementation('com.github.KotatsuApp:kotatsu-parsers:cc418570d5') { implementation('com.github.KotatsuApp:kotatsu-parsers:a3ffecc00f') {
exclude group: 'org.json', module: 'json' exclude group: 'org.json', module: 'json'
} }