AndroidPdfViewerV2 icon indicating copy to clipboard operation
AndroidPdfViewerV2 copied to clipboard

Gradle sync issue

Open foaaditm opened this issue 1 year ago • 10 comments

Is it still available ..?

foaaditm avatar Aug 05 '24 18:08 foaaditm

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

JordanCampbell-Launch avatar Aug 05 '24 20:08 JordanCampbell-Launch

So what is the solution here ..!?

foaaditm avatar Aug 05 '24 22:08 foaaditm

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.

JordanCampbell-Launch avatar Aug 07 '24 16:08 JordanCampbell-Launch

When will it be fixed ?

abir-cse avatar Aug 18 '24 08:08 abir-cse

When will it be fixed ?

It has been fixed, check the other reply

foaaditm avatar Aug 18 '24 08:08 foaaditm

not working library!!! any solution?

Raiyanfaij avatar Aug 28 '24 08:08 Raiyanfaij

Cuando estara en mavenCenttral ?

LoKo555 avatar Nov 22 '24 14:11 LoKo555

@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

nageshwararao1988 avatar Jan 02 '25 13:01 nageshwararao1988

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!

afernandez-vexiza avatar Jan 16 '25 08:01 afernandez-vexiza

implementation 'com.github.mhiew:android-pdf-viewer:3.2.0-beta.1' is working.

sushil-verma avatar Feb 26 '25 12:02 sushil-verma