It looks like your project was not able to get jcenter dependencies. Try adding repositories to your build.gradle file.
repositories { mavenCentral() maven { url 'https://maven.fabric.io/public' } jcenter() }
Put the code above into the body of buildscript {...} .
source share