As of now, JCenter is stopped and I noticed that a lot of libraries haven't been migrated to maven.
For instance: If we consider this library:
implementation 'com.github.barteksc:android-pdf-viewer:3.2.0-beta.1'
i changed it to
implementation 'com.github.barteksc:AndroidPdfViewer:3.1.0-beta.1'
as i could see that it is in Jitpack. But i still get this error:
Could not GET 'https://kotlin.bintray.com/kotlinx/com/github/barteksc/AndroidPdfViewer/3.1.0-beta.1/AndroidPdfViewer-3.1.0-beta.1.pom'. Received status code 502 from server: Bad Gateway
What can I do here?