Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not working for aug 2024 still now it showing failed to resolve any suggesstions pls drop below. #1207

Open
jagannath4 opened this issue Sep 5, 2024 · 3 comments

Comments

@jagannath4
Copy link

No description provided.

@AmeerElbaz
Copy link

Try this

  1. Add this to your repositories block:
    maven { url "https://jitpack.io" }
  2. Add this dependency:
    implementation 'com.github.DImuthuUpe:AndroidPdfViewer:3.1.0-beta.1'

You should be able to get the library using Jitpack instead of JCenter(Which is down), or spring repos(Which requires authentication).

@ashirmehmood1996
Copy link

Hi AmeerElbaz I tried your solution and got no luck its still giving error. plus I am not sure if this beta version is as stable as the 2.x.x version. What we can do now. Our app is on Play store and is relying on this project for years

@AmeerElbaz
Copy link

Hello @ashirmehmood1996,
The solution above works fine with me, make sure you are placing the maven{} in the right place.

In case you want to get the 2.x.x version, you can do the following

  1. Add this to your repositories block:
    maven { url 'https://maven.aliyun.com/repository/public'}
    Make sure you are placing it in the right place, maybe you are putting it in the repositories block for plugins, not dependencies.

  2. Add this dependency:
    implementation "com.github.barteksc:android-pdf-viewer:2.8.2"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants