-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Failed to resolve: com.github.chrisbanes:PhotoView:2.3.0 #740
Comments
works but shouldnt 2.3.0 work aswell? |
The lib is hosted on jitpack. It is not a satisfying solution for industrial builds.It is too easy to publish on jitpack on major companies will not do it. Can you release it to central / jcenter, please ? |
Yes, please provide working host, i have the same problem. |
作者重写了代码,然后重新修正发布为2.0.0 ;不知道为啥版本号后退了,而不是前进。 |
Did anyone find a solution to this? It doesn't seem to work with any version |
Still not working? |
it worked for me when I added
|
1--> first close all the windows like MainActivity and all class and all the Layout XML oh don't forget to paste the url in your project build gradle repositories {
|
Thx a lot! just add this
|
Does anyone have a 2023 resolution? I keep seeing jcenter() references. None of the above solutions work for a modern Kotlin project. The example project code on GIT is still in the Java stone ages. |
You can add it directly to your project as local library/dependency. |
Root Build.Gradle:
app build.gradle
The text was updated successfully, but these errors were encountered: