AndroidPdfViewer icon indicating copy to clipboard operation
AndroidPdfViewer copied to clipboard

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

Open alamin5G opened this issue 3 years ago • 2 comments
trafficstars

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

alamin5G avatar Aug 21 '22 01:08 alamin5G

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

Abhishektaurus avatar Oct 31 '22 10:10 Abhishektaurus

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.

alamin5G avatar Oct 31 '22 11:10 alamin5G