2015-04-28 17:11:56 +00:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
2015-05-29 22:42:03 +00:00
|
|
|
allprojects {
|
2014-12-26 22:51:34 +00:00
|
|
|
repositories {
|
2015-05-29 22:42:03 +00:00
|
|
|
maven {
|
|
|
|
url "https://oss.sonatype.org/content/repositories/snapshots"
|
|
|
|
}
|
2014-12-26 22:51:34 +00:00
|
|
|
jcenter()
|
2015-05-29 22:42:03 +00:00
|
|
|
mavenCentral()
|
2014-12-26 22:51:34 +00:00
|
|
|
}
|
2015-05-29 22:42:03 +00:00
|
|
|
}
|