Baseflow / Baseflow/PhotoView

Not working on Android Studio Bumblebee

Open
#817 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
18.8k
Forks
3.9k
PR merge metrics
No merged PRs in 30d

Description

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?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.