ChatView icon indicating copy to clipboard operation
ChatView copied to clipboard

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

Open RavenCri opened this issue 6 years ago • 6 comments

please look title

RavenCri avatar Nov 15 '19 09:11 RavenCri

I'm already add the repositories

RavenCri avatar Nov 15 '19 09:11 RavenCri

any solution

farahfarah1 avatar Nov 26 '19 06:11 farahfarah1

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

pcshedeur avatar Aug 05 '20 22:08 pcshedeur

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

MeetDave324 avatar Dec 16 '20 12:12 MeetDave324

getting the same error anyone succeed to resolve?

adnanakbar425 avatar Mar 10 '21 12:03 adnanakbar425

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" }
    }

legendsayantan avatar Apr 19 '22 13:04 legendsayantan