/ build.gradle
build.gradle
 1  // Top-level build file where you can add configuration options common to all sub-projects/modules.
 2  allprojects {
 3      repositories {
 4          maven {
 5              url "https://oss.sonatype.org/content/repositories/snapshots"
 6          }
 7          jcenter()
 8          mavenCentral()
 9      }
10  }