Optimize external plugin cursor

This commit is contained in:
Koitharu
2024-08-02 12:27:42 +03:00
parent 20852dbd12
commit 9768758ecc
4 changed files with 29 additions and 34 deletions

View File

@@ -16,8 +16,8 @@ android {
applicationId 'org.koitharu.kotatsu'
minSdk = 21
targetSdk = 35
versionCode = 657
versionName = '7.4'
versionCode = 658
versionName = '7.4.1'
generatedDensities = []
testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner'
ksp {
@@ -82,7 +82,7 @@ afterEvaluate {
}
dependencies {
//noinspection GradleDependency
implementation('com.github.KotatsuApp:kotatsu-parsers:a9fc534ea7') {
implementation('com.github.KotatsuApp:kotatsu-parsers:853c21e49f') {
exclude group: 'org.json', module: 'json'
}