After upgrading from using the Crashlytics maven repo to the new Fabric maven repo and gradle plugin, my gradle builds have become incredibly slow.
The problem seems
Hemal from Fabric here.
Find this in build.gradle (should be 2 instances):
maven { url 'https://maven.fabric.io/repo' }
and replace with:
maven { url 'https://maven.fabric.io/public' }