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

Failed to resolve: com.gauravk.audiovisualizer:audiovisualizer:0.9.2 #32

Open
iskcjn opened this issue Jul 16, 2022 · 5 comments
Open

Comments

@iskcjn
Copy link

iskcjn commented Jul 16, 2022

屏幕截图 2022-07-17 002727

@amirbahojb76
Copy link

i have same problem

@Benji377
Copy link

You need to add jcenter() to your build.gradle file, like this:

allprojects {
    repositories {
        google()
        mavenCentral()
        jcenter() // Warning: this repository is going to shut down soon
        maven { url 'https://jitpack.io' }
    }
}

@shinkawar
Copy link

i have same problem, help me :<

@Benji377
Copy link

@shinkawar

i have same problem, help me :<

How does your build.gradle file look like?

@successdrives
Copy link

Just add the jcenter() to the dependencyResolutionManagement,in settings.gradle. It should look like:
dependencyResolutionManagement {
repositoriesMode.set(...)
repositories {
mavenCentral()
jcenter()
}
}

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

5 participants