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

How to solve the ERROR: Failed to resolve: com.github.shrikanth7698:ChatView:v0.1.2 #9

Open
RavenCri opened this issue Nov 15, 2019 · 6 comments

Comments

@RavenCri
Copy link

please look title

@RavenCri
Copy link
Author

I'm already add the repositories

@farahfarah1
Copy link

any solution

@pcshedeur
Copy link

I had the same issue. the solution was to drop the v in front of the v0.1.2

make it: com.github.shrikanth7698:ChatView:0.1.2

@MeetDave324
Copy link

Okay but if i write implementation or api 'com.github.shrikanth7698:ChatView:0.1.2'. I am still getting the same error

@adnanakbar425
Copy link

getting the same error anyone succeed to resolve?

@legendsayantan
Copy link

your settings.gradle file should look like this

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

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

6 participants