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