AndroidPdfViewer
AndroidPdfViewer copied to clipboard
jcenter() // Warning: this repository is going to shut down soon
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?
Facing the same issue... Can anyone please help here ?
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.