// Top-level build file where you can add configuration options common to all sub-projects/modules. task wrapper (type:Wrapper) { gradleVersion = '4.1' distributionUrl = 'https://services.gradle.org/distributions/gradle-4.1-rc-1-all.zip' } buildscript { repositories { jcenter() google() maven { url "https://maven.google.com" } } dependencies { classpath 'com.android.tools.build:gradle:3.0.0-beta3' } } allprojects { repositories { jcenter() } }