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

Why Can't use it #506

Closed
sunshaobei opened this issue May 8, 2017 · 5 comments
Closed

Why Can't use it #506

sunshaobei opened this issue May 8, 2017 · 5 comments

Comments

@sunshaobei
Copy link

when i write it to grade,it show error

@happycowsarecool
Copy link

I'm having the same problem. It says
Failed to resolve com.github.chrisbanes:PhotoView:latest.release.here

@Jawnnypoo
Copy link
Contributor

You need to replace latest.release.here with the latest release: 2.0.0 right now

@heming0512
Copy link

actually is:
compile 'com.github.chrisbanes:PhotoView:2.0.0'

@ravirupareliya
Copy link

You might have forgot to write

maven { url "https://jitpack.io" }

in your root level build.gradle

@MohammadHammoud
Copy link

use
implementation 'com.github.chrisbanes:PhotoView:2.3.0'
and add these two in build.gradle of your project
maven { url "https://jitpack.io" }
maven { url "https://maven.google.com" }

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

6 participants