PhotoView
PhotoView copied to clipboard
Not working on Android Studio Bumblebee
I want to use this library in my new project but it gives error when I add repositories to my build.gradle root file
If I add your code then it gives error. Following are the only two block is available in the build.gradle root file.
// Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { id 'com.android.application' version '7.1.0' apply false id 'com.android.library' version '7.1.0' apply false } task clean(type: Delete) { delete rootProject.buildDir }
So, what's the possible solution in 2022?
i have the same problem
Same issues.....
Could not find com.github.chrisbanes:PhotoView:2.0.0. Required by: project :app Search in build.gradle files
I am not sure if it has been resolved. But maven statement should be put under settings.grade -> dependencyResolutionManagement block for Bumblebee. And version 2.3.0 works for me.