Gradle sync issue
Is it still available ..?
Same here, getting a 404 from https://jcenter.bintray.com/com/github/barteksc/android-pdf-viewer/2.8.2/android-pdf-viewer-2.8.2.pom
So what is the solution here ..!?
We were able to fix our build by switching to a different library source. So far, testing looks good for our needs:
implementation 'com.github.mhiew:android-pdf-viewer:3.2.0-beta.1'
From, https://stackoverflow.com/questions/71627522/failed-to-resolve-com-github-bartekscandroid-pdf-viewer3-2-0-beta-1-how-to-fi.
This is using a forked library so note changes here: https://github.com/DImuthuUpe/AndroidPdfViewer. We had to modify our proguard file for example.
When will it be fixed ?
When will it be fixed ?
It has been fixed, check the other reply
not working library!!! any solution?
Cuando estara en mavenCenttral ?
@JordanCampbell-Launch Have you found any fixes? for this https://jcenter.bintray.com/com/github/barteksc/android-pdf-viewer/2.8.2/android-pdf-viewer-2.8.2.pom
We were able to fix our build by switching to a different library source. So far, testing looks good for our needs:
implementation 'com.github.mhiew:android-pdf-viewer:3.2.0-beta.1'
From, https://stackoverflow.com/questions/71627522/failed-to-resolve-com-github-bartekscandroid-pdf-viewer3-2-0-beta-1-how-to-fi.
This is using a forked library so note changes here: https://github.com/DImuthuUpe/AndroidPdfViewer. We had to modify our proguard file for example.
this is the solution!!!! Thanks!
implementation 'com.github.mhiew:android-pdf-viewer:3.2.0-beta.1' is working.