PhotoView icon indicating copy to clipboard operation
PhotoView copied to clipboard

Not working on Android Studio Bumblebee

Open 57Abbas opened this issue 3 years ago • 3 comments

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?

57Abbas avatar Feb 09 '22 11:02 57Abbas

i have the same problem

zxcvbnma702 avatar Feb 16 '22 14:02 zxcvbnma702

Same issues.....

Could not find com.github.chrisbanes:PhotoView:2.0.0. Required by: project :app Search in build.gradle files

Siddhartha9536 avatar Aug 02 '22 05:08 Siddhartha9536

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.

shinichijn avatar Jan 25 '23 01:01 shinichijn