Update parsers and version

This commit is contained in:
Koitharu
2022-07-30 16:05:01 +03:00
parent bcc2f531c3
commit 659c327a6d

View File

@@ -14,8 +14,8 @@ android {
applicationId 'org.koitharu.kotatsu' applicationId 'org.koitharu.kotatsu'
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 32 targetSdkVersion 32
versionCode 419 versionCode 420
versionName '3.4.7' versionName '3.5.0'
generatedDensities = [] generatedDensities = []
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -79,7 +79,7 @@ afterEvaluate {
} }
} }
dependencies { dependencies {
implementation('com.github.nv95:kotatsu-parsers:7588617316') { implementation('com.github.KotatsuApp:kotatsu-parsers:dac06ddd0b') {
exclude group: 'org.json', module: 'json' exclude group: 'org.json', module: 'json'
} }