From 50e72929c10a8e55fa6e4bd379783e715f88f0ae Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Thu, 22 Dec 2022 14:17:12 +0100 Subject: [PATCH] update work-runtime, fixes pending intent compat issues --- OpenKeychain/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenKeychain/build.gradle b/OpenKeychain/build.gradle index aa817868b..2a6300e15 100644 --- a/OpenKeychain/build.gradle +++ b/OpenKeychain/build.gradle @@ -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