DImuthuUpe / AndroidPdfViewer

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

jcenter() // Warning: this repository is going to shut down soon #1100

Open alamin5G opened 1 year ago

alamin5G commented 1 year ago

if jcenter() will shut down, then AndroidPdfViewer will work with its previous app? Or someone wants to make new one, then what will happen?

Abhishektaurus commented 1 year ago

Facing the same issue... Can anyone please help here ?

alamin5G commented 1 year ago

go to SETTING.GRADLE (PROJECT SETTING) add under google() maven{ url ("https://jcenter.bintray.com") }

//NB: Both places, upside repositories and downside repositories after google();

then, go to GRADLE.PROPERTIES ( PROJECT PROPERTIES) add this below line to the bottom of the line android.enableJetifier=ture

then sync your gradle, hopefully your problem may solve nicely. If not, then I am sorry.