From 32b483a9b342726ec234ac55b97d3a93d86ebb4b Mon Sep 17 00:00:00 2001 From: odmfl <77236251+odmfl@users.noreply.github.com> Date: Sun, 24 Dec 2023 16:31:17 +0100 Subject: [PATCH] Update build.gradle --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 526c231..7f96e90 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -82,7 +82,7 @@ dependencies { implementation 'com.github.paolorotolo:appintro:v5.1.0' //Pdf Viewer Library (Proguard config done) - implementation 'com.github.odmfl:pdfviewersearch:1.0' + implementation 'com.github.ozanlimited:AndroidPdfViewer:1.0.1' //License Presenter Library (Proguard config not needed) implementation 'com.github.franmontiel:AttributionPresenter:1.0.1'