// Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { jcenter() maven { url "https://jitpack.io" } maven { url "https://maven.fabric.io/public" } google() } dependencies { classpath 'com.android.tools.build:gradle:3.2.0' classpath 'com.google.gms:google-services:4.0.1' classpath 'io.fabric.tools:gradle:1.25.4' } } allprojects { repositories { jcenter() maven { url "https://jitpack.io" } maven { url "https://maven.google.com" } } } task clean(type: Delete) { delete rootProject.buildDir }