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

Implementation #3

Open
colorgold opened this issue Aug 26, 2022 · 0 comments
Open

Implementation #3

colorgold opened this issue Aug 26, 2022 · 0 comments

Comments

@colorgold
Copy link

Hi,

I was trying to add the library to my app, but Android Studio gives me the following error: Failed to resolve: ir.mstajbakhsh.android:LiveAudio:1.0.0

This is what my gradle looks like:

dependencies {
    implementation 'ir.mstajbakhsh.android:LiveAudio:1.0.0'
}

pluginManagement {
    repositories {
        gradlePluginPortal()
        google()
        mavenCentral()
        jcenter()
    }
}

dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositories {
        google()
        mavenCentral()
        jcenter()
    }
}

I'm not sure what is wrong here

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

1 participant