From e79ce6fb281f0e6a122f89c400d1d23a49a923d7 Mon Sep 17 00:00:00 2001 From: Satindar Dhillon Date: Thu, 6 Oct 2022 17:42:10 -0700 Subject: [PATCH] update pspdfkit version -- solves threading issues --- android/Omnivore/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/Omnivore/app/build.gradle b/android/Omnivore/app/build.gradle index bfdae557c..66cccad8f 100644 --- a/android/Omnivore/app/build.gradle +++ b/android/Omnivore/app/build.gradle @@ -156,7 +156,7 @@ dependencies { implementation 'io.coil-kt:coil-compose:2.2.0' implementation 'com.google.code.gson:gson:2.8.6' - implementation 'com.pspdfkit:pspdfkit:8.4.0' + implementation 'com.pspdfkit:pspdfkit:8.4.1' } apollo {