Support ascending/descending sort orders

This commit is contained in:
Koitharu
2024-08-29 07:40:53 +03:00
parent 05b5953f35
commit c70e3547d1
14 changed files with 264 additions and 62 deletions

View File

@@ -83,7 +83,7 @@ afterEvaluate {
}
dependencies {
//noinspection GradleDependency
implementation('com.github.KotatsuApp:kotatsu-parsers:2e138da3d5') {
implementation('com.github.KotatsuApp:kotatsu-parsers:7528480f54') {
exclude group: 'org.json', module: 'json'
}