Remove ongoing flag from background work notifications

This commit is contained in:
Koitharu
2023-06-27 12:34:12 +03:00
parent 6de55afa27
commit f188d1c0f3
4 changed files with 4 additions and 4 deletions

View File

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