2016-06-29 04:20:20 +00:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
buildscript {
|
|
|
|
repositories {
|
2017-11-17 15:40:46 +00:00
|
|
|
google()
|
2018-03-13 08:51:04 +00:00
|
|
|
jcenter()
|
2016-06-29 04:20:20 +00:00
|
|
|
}
|
|
|
|
dependencies {
|
2018-05-12 03:55:42 +00:00
|
|
|
classpath 'com.android.tools.build:gradle:3.1.2'
|
2016-06-29 04:20:20 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
allprojects {
|
|
|
|
repositories {
|
2017-11-17 15:40:46 +00:00
|
|
|
google()
|
2018-03-13 08:51:04 +00:00
|
|
|
jcenter()
|
2016-06-29 04:20:20 +00:00
|
|
|
}
|
|
|
|
}
|