update work-runtime, fixes pending intent compat issues

This commit is contained in:
Vincent Breitmoser
2022-12-22 14:17:12 +01:00
parent 53a976be2f
commit 50e72929c1

View File

@@ -56,7 +56,7 @@ dependencies {
implementation project(':extern:bouncycastle:pg')
// implementation project(':openkeychain:extern:bouncycastle:prov')
implementation 'androidx.work:work-runtime:2.3.4'
implementation 'androidx.work:work-runtime:2.7.1'
// Unit tests in the local JVM with Robolectric
// https://developer.android.com/training/testing/unit-testing/local-unit-tests.html