-
Notifications
You must be signed in to change notification settings - Fork 136
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
Failed to resolve: com.gauravk.audiovisualizer:audiovisualizer:0.9.2 #32
Comments
i have same problem |
You need to add allprojects {
repositories {
google()
mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
maven { url 'https://jitpack.io' }
}
} |
This was referenced Nov 17, 2022
i have same problem, help me :< |
How does your |
Just add the jcenter() to the dependencyResolutionManagement,in settings.gradle. It should look like: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: