Excluded tags and content rating in filter

This commit is contained in:
Koitharu
2024-01-02 19:51:37 +02:00
parent 3f2e32dcc2
commit 2f2a5b868d
20 changed files with 338 additions and 45 deletions

View File

@@ -82,7 +82,7 @@ afterEvaluate {
}
dependencies {
//noinspection GradleDependency
implementation('com.github.KotatsuApp:kotatsu-parsers:ea095084cc') {
implementation('com.github.KotatsuApp:kotatsu-parsers:b274b51699') {
exclude group: 'org.json', module: 'json'
}