Update parsers

pull/454/head
Koitharu 3 years ago
parent 07af79a6bd
commit 70bf80ad8f
Signed by: Koitharu
GPG Key ID: 676DEE768C17A9D7

@ -17,8 +17,8 @@ android {
//TODO: update as soon as sources becomes available //TODO: update as soon as sources becomes available
//noinspection OldTargetApi //noinspection OldTargetApi
targetSdkVersion 33 targetSdkVersion 33
versionCode 567 versionCode 568
versionName '5.3.10' versionName '5.3.11'
generatedDensities = [] generatedDensities = []
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@ -81,7 +81,7 @@ afterEvaluate {
} }
dependencies { dependencies {
//noinspection GradleDependency //noinspection GradleDependency
implementation('com.github.KotatsuApp:kotatsu-parsers:8e452f4271') { implementation('com.github.KotatsuApp:kotatsu-parsers:1b3b5d95c0') {
exclude group: 'org.json', module: 'json' exclude group: 'org.json', module: 'json'
} }

Loading…
Cancel
Save