DImuthuUpe / AndroidPdfViewer

Android view for displaying PDFs rendered with PdfiumAndroid
Apache License 2.0
8.17k stars 1.91k forks source link

Failed to resolve: com.github.barteksc:android-pdf-viewer:3.2.0-beta.1 #1208

Closed arunpk89 closed 2 months ago

arunpk89 commented 2 months ago

Please anyone give me a solution. some comments are add mavenCentral() in the gradle. I have added this also but facing same issue

abir-cse commented 2 months ago

Change it to : implementation 'com.github.DImuthuUpe:AndroidPdfViewer:3.1.0-beta.1'

arunpk89 commented 2 months ago

replaced the previous implemtation with below. That fixed my issue implementation 'com.github.barteksc:AndroidPdfViewer:master-SNAPSHOT'