Reputation: 21
I'm trying to implement the AndroidPDFViewer in a JeckPack Compouse Android app. I get this error "Received status code 401 from server: Unauthorized". I already added to the settings.gradle.kts file " maven { url = uri("https://jitpack.io") }" and in the build.gradle.kts file is the implementation " implementation("com.github.barteksc: android-pdf-viewer:1.6.0") "
I'm trying to get the PDFViewer implemented, it doesn't give me an error.
Upvotes: 1
Views: 916