SyntaxFix
Write A Post
Hire A Developer
Questions
Some time you may just need to add maven { url "https://jitpack.io" } in your allprojects block in project level build.gradle file.
maven { url "https://jitpack.io" }
Example:
allprojects { repositories { jcenter() maven { url "https://jitpack.io" } } }