From c8e0006dcfe503f88c4379d07116c56257ff96e6 Mon Sep 17 00:00:00 2001 From: Mikha Thet Date: Wed, 29 Jun 2022 19:06:16 -0300 Subject: [PATCH] fix: change pdfbox version to 1.8.10.3 This update gave me performance and conflict resolution --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 0a3c611..63a6fcf 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -35,7 +35,7 @@ repositories { } dependencies { - implementation 'com.tom_roush:pdfbox-android:1.8.9.1' + implementation 'com.tom-roush:pdfbox-android:1.8.10.3' implementation 'com.facebook.react:react-native:+' } \ No newline at end of file