Update parsers

This commit is contained in:
Koitharu
2023-04-12 18:56:44 +03:00
parent 72169e71ce
commit f608dd3078

View File

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