Update parsers

This commit is contained in:
Koitharu
2023-08-06 09:11:30 +03:00
parent 07af79a6bd
commit 70bf80ad8f

View File

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