DImuthuUpe / AndroidPdfViewer

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

Is the JitPack repository private? #1200

Closed x100111010 closed 3 months ago

x100111010 commented 3 months ago

The repo seems to be private now? It was previously working after adding maven { url 'https://jitpack.io' } to the repositories section in android/build.gradle, now I'm getting the error message below.

Could not resolve all files for configuration ':barcode_finder:releaseCompileClasspath'. Could not resolve com.github.barteksc:android-pdf-viewer:2.8.2. Required by: project :barcode_finder Could not resolve com.github.barteksc:android-pdf-viewer:2.8.2. Could not get resource 'https://jitpack.io/com/github/barteksc/android-pdf-viewer/2.8.2/android-pdf-viewer-2.8.2.pom'. Could not GET 'https://jitpack.io/com/github/barteksc/android-pdf-viewer/2.8.2/android-pdf-viewer-2.8.2.pom'. Received status code 401 from server: Unauthorized

tokgocode commented 3 months ago

same issue here, I'm trying implementation "com.github.DImuthuUpe:AndroidPdfViewer:$VERSION"

https://jitpack.io/#DImuthuUpe/AndroidPdfViewer

rksnachap333 commented 3 months ago

Same issue... i am also facing the same issue mentioned by @x100111010

tatavarthitarun commented 3 months ago

Same issue, im stuck in the middle bcus of this issue . We are using this library on our app which has huge userbase, any alternative or any possible temporary solution ?

basurahan commented 3 months ago

same issue

tokgocode commented 3 months ago

Changing implementation "com.github.barteksc:android-pdf-viewer:$VERSION" to implementation "com.github.DImuthuUpe:AndroidPdfViewer:$VERSION" works for me

ypriyantoko commented 3 months ago

got same issue :(

x100111010 commented 3 months ago

seems to be working again