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

Not working on Android Studio Bumblebee #817

Open
57Abbas opened this issue Feb 9, 2022 · 3 comments
Open

Not working on Android Studio Bumblebee #817

57Abbas opened this issue Feb 9, 2022 · 3 comments

Comments

@57Abbas
Copy link

57Abbas commented Feb 9, 2022

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?

@zxcvbnma702
Copy link

i have the same problem

@Siddhartha9536
Copy link

Same issues.....

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

@shinichijn
Copy link

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.

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

4 participants