2015-01-04 16:12:10 +01:00
|
|
|
apply plugin: 'com.github.ben-manes.versions'
|
|
|
|
|
2014-07-03 07:48:39 +02:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
buildscript {
|
|
|
|
repositories {
|
|
|
|
jcenter()
|
2014-12-07 16:13:07 +01:00
|
|
|
mavenCentral()
|
2015-02-03 06:22:02 +01:00
|
|
|
maven { url 'https://raw.github.com/xujiaao/mvn-repository/master/releases' }
|
2014-07-03 07:48:39 +02:00
|
|
|
}
|
|
|
|
dependencies {
|
2015-02-17 06:49:23 +01:00
|
|
|
classpath 'com.github.ben-manes:gradle-versions-plugin:0.8'
|
2015-03-08 16:44:47 +01:00
|
|
|
classpath 'com.android.tools.build:gradle:1.1.3'
|
2015-02-03 06:22:02 +01:00
|
|
|
classpath 'com.github.xujiaao:aarLinkSources:1.0.0'
|
2014-07-03 07:48:39 +02:00
|
|
|
// NOTE: Do not place your application dependencies here; they belong
|
|
|
|
// in the individual module build.gradle files
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
allprojects {
|
|
|
|
repositories {
|
|
|
|
jcenter()
|
2014-12-07 16:13:07 +01:00
|
|
|
mavenCentral()
|
2014-11-21 04:00:46 +01:00
|
|
|
}
|
|
|
|
}
|