SaeedMasoumi/FAB-Loading

compile 'io.saeid:fab-loading:0.6.0' not valid adress

Closed this issue · 2 comments

Gradle cant build this

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

jcenter() fixed error thnx