2014-01-24 08:45:36 +00:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
|
2013-05-26 12:39:44 +00:00
|
|
|
buildscript {
|
|
|
|
repositories {
|
2015-07-12 07:29:00 +00:00
|
|
|
jcenter()
|
2017-11-19 13:20:52 +00:00
|
|
|
google()
|
2013-05-26 12:39:44 +00:00
|
|
|
}
|
|
|
|
dependencies {
|
2018-09-28 12:11:47 +00:00
|
|
|
classpath 'com.android.tools.build:gradle:3.2.0'
|
2013-05-26 12:39:44 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-01-24 08:45:36 +00:00
|
|
|
allprojects {
|
|
|
|
repositories {
|
2017-11-07 19:17:52 +00:00
|
|
|
google()
|
2015-07-12 07:29:00 +00:00
|
|
|
jcenter()
|
2017-01-31 23:32:22 +00:00
|
|
|
maven { url "https://jitpack.io" }
|
2017-10-19 20:16:44 +00:00
|
|
|
maven { url "https://maven.google.com" }
|
2013-05-26 12:39:44 +00:00
|
|
|
}
|
|
|
|
}
|