2018-03-02 16:30:45 +00:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
|
buildscript {
|
|
|
|
|
repositories {
|
|
|
|
|
jcenter()
|
|
|
|
|
google()
|
|
|
|
|
}
|
|
|
|
|
dependencies {
|
2018-06-21 11:17:07 +00:00
|
|
|
classpath 'com.android.tools.build:gradle:3.1.3'
|
2018-03-02 16:30:45 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
allprojects {
|
|
|
|
|
repositories {
|
|
|
|
|
jcenter()
|
|
|
|
|
google()
|
|
|
|
|
}
|
|
|
|
|
}
|