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:
darken
2023-06-27 21:55:58 +02:00
parent 20e8aecf83
commit 72f47bec1f
+1 -1
View File
@@ -32,7 +32,7 @@ object Versions {
}
object WorkManager {
const val core = "2.7.1"
const val core = "2.8.1"
}
}