2015-03-10 13:28:27 -07:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
2015-03-10 13:56:49 -07:00
|
|
|
|
|
|
|
buildscript {
|
|
|
|
repositories {
|
|
|
|
jcenter()
|
2018-08-07 07:55:59 -07:00
|
|
|
google()
|
2015-03-10 13:56:49 -07:00
|
|
|
}
|
|
|
|
dependencies {
|
2018-11-18 14:30:17 -08:00
|
|
|
classpath 'com.android.tools.build:gradle:3.2.1'
|
2015-03-10 13:56:49 -07:00
|
|
|
|
|
|
|
// NOTE: Do not place your application dependencies here; they belong
|
|
|
|
// in the individual module build.gradle files
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
allprojects {
|
|
|
|
repositories {
|
|
|
|
jcenter()
|
2018-08-07 07:55:59 -07:00
|
|
|
google()
|
2015-03-10 13:56:49 -07:00
|
|
|
}
|
|
|
|
}
|