1 // Top-level build file where you can add configuration options common to all sub-projects/modules. 2 buildscript { 3 repositories { 4 jcenter() 5 maven { 6 url 'https://maven.google.com' 7 } 8 } 9 dependencies { 10 classpath 'com.android.tools.build:gradle:2.3.3' 11 } 12 } 13 14 allprojects { 15 repositories { 16 jcenter() 17 maven { 18 url 'https://maven.google.com' 19 } 20 } 21 } 22 23 24 25 26 27 28 29 30 31 32 33