1// Top-level build file where you can add configuration options common to all sub-projects/modules. 2 3buildscript { 4 repositories { 5 google() 6 jcenter() 7 } 8 dependencies { 9 classpath 'com.android.tools.build:gradle:4.0.0' 10 } 11} 12 13allprojects { 14 repositories { 15 google() 16 jcenter() 17 } 18} 19