You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: