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

Not able to use it ,Failed to resolve: com.github.DmytroShuba:DailyTags:1.0.0 #1

Closed
vishalx4 opened this issue Mar 18, 2022 · 1 comment
Labels
question Further information is requested

Comments

@vishalx4
Copy link

i have added implementation "com.github.DmytroShuba:DailyTags:1.0.0" in app level build.gradle
and
buildscript { repositories { maven { url 'https://jitpack.io' } } ext { compose_version = '1.0.1' } }// Top-level build file where you can add configuration options common to all sub-projects/modules.
this in project level build.gradle file

@DmytroShuba
Copy link
Owner

Hi, thank you for your request!

Looks like you added the dependencies and repository correctly. However, your repositories list should also have the default repositories such as google() and mavenCentral(). It should look like this:

    repositories {
        google()
        mavenCentral()
        maven { url 'https://jitpack.io' }
    }

@DmytroShuba DmytroShuba added the question Further information is requested label May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants