Not working on Android Studio Bumblebee
Open
- 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
Assessment
This issue has not been assessed yet.