compile 'io.saeid:fab-loading:0.6.0' not valid adress
Closed this issue · 2 comments
serkandyck commented
Gradle cant build this
SaeedMasoumi commented
Did you add jcenter()
into your build.gradle? it's available on jcenter
https://bintray.com/bintray/jcenter?filterByPkgName=fab-loading
If still you have problem add my repo
repositories { maven { url "http://dl.bintray.com/smasoumi/maven" } }
serkandyck commented
jcenter() fixed error thnx