2016-11-08 08:02:01 +00:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
buildscript {
|
|
|
|
repositories {
|
|
|
|
jcenter()
|
2018-09-04 13:45:23 +00:00
|
|
|
maven {
|
|
|
|
url 'https://maven.google.com/'
|
|
|
|
name 'Google'
|
|
|
|
}
|
2018-11-23 10:39:55 +00:00
|
|
|
google()
|
2016-11-08 08:02:01 +00:00
|
|
|
}
|
|
|
|
dependencies {
|
2019-05-03 17:55:45 +00:00
|
|
|
classpath 'com.android.tools.build:gradle:3.4.0'
|
2016-11-08 08:02:01 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
allprojects {
|
|
|
|
repositories {
|
|
|
|
jcenter()
|
2018-09-04 13:45:23 +00:00
|
|
|
maven {
|
|
|
|
url 'https://maven.google.com/'
|
|
|
|
name 'Google'
|
|
|
|
}
|
2016-11-08 08:02:01 +00:00
|
|
|
}
|
|
|
|
}
|