mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
Fix background execution errors.
Bump workmanager `2.7.1` -> `2.8.1` to fix ```java android.app.ForegroundServiceStartNotAllowedException: startForegroundService() not allowed due to mAllowStartForeground false: service eu.darken.capod/androidx.work.impl.foreground.SystemForegroundService ```
This commit is contained in:
@@ -32,7 +32,7 @@ object Versions {
|
||||
}
|
||||
|
||||
object WorkManager {
|
||||
const val core = "2.7.1"
|
||||
const val core = "2.8.1"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user