From 72965cec4e2b0987a9ade46fe62068572c1217e6 Mon Sep 17 00:00:00 2001 From: x100111010 <167847953+x100111010@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:40:25 +0200 Subject: [PATCH] update dep to new repo * This change addresses the issue where the original dependency could not be resolved due to a 401 Unauthorized error. The new repository is a continuation of the original library as the owner has changed their GitHub username. --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index d6da01f..3a08ba4 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -35,5 +35,5 @@ android { dependencies { implementation 'com.google.mlkit:barcode-scanning:17.3.0' - implementation 'com.github.barteksc:android-pdf-viewer:2.8.2' + implementation 'com.github.DImuthuUpe:AndroidPdfViewer:3.1.0-beta.1' } \ No newline at end of file