PhotoView
PhotoView copied to clipboard
Failed to resolve: com.github.chrisbanes:PhotoView:2.3.0
💬 Questions and Help
Failed to resolve: com.github.chrisbanes:PhotoView:2.3.0
this error is coming, I know I have to add maven { url "https://www.jitpack.io" } in all project options.But Issue is that i new update of android there is no option of all project in gradle built file

In new AS this is moved to settings.gradle dependencyResolutionManagement{} here
Thank you @S-Saagar1 , its successfully build
In new AS this is moved to settings.gradle dependencyResolutionManagement{} here
its work, ty :D
good job