Update parsers

This commit is contained in:
Koitharu
2023-06-15 09:44:35 +03:00
parent d817ae0394
commit 19b893738d

View File

@@ -15,8 +15,8 @@ android {
applicationId 'org.koitharu.kotatsu' applicationId 'org.koitharu.kotatsu'
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 33 targetSdkVersion 33
versionCode 553 versionCode 554
versionName '5.2.1' versionName '5.2.2'
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:f732582d55') { implementation('com.github.KotatsuApp:kotatsu-parsers:9976ea5dfc') {
exclude group: 'org.json', module: 'json' exclude group: 'org.json', module: 'json'
} }