Failed to resolve: com.github.dhaval2404:imagepicker:2.1
See original GitHub issuei added
buildscript {
repositories {
google()
mavenCentral()
maven { url "https://jitpack.io" }
}
but i still got this error Failed to resolve: com.github.dhaval2404:imagepicker:2.1
the other version 1.7.1 works fine
Issue Analytics
- State:
- Created 2 years ago
- Reactions:4
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Getting Failed to resolve: com.github while adding my library ...
The problem was that I needed to release the repository on github by following a few more steps. go to release tab; Create...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It will resolve Thanks @Dhaval2404 @nirmal700
@nirmal700 Please make sure jcenter() repo is at the end.