ChatView
ChatView copied to clipboard
How to solve the ERROR: Failed to resolve: com.github.shrikanth7698:ChatView:v0.1.2
please look title
I'm already add the repositories
any solution
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
Okay but if i write implementation or api 'com.github.shrikanth7698:ChatView:0.1.2'. I am still getting the same error
getting the same error anyone succeed to resolve?
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" }
}