2014-10-16 20:06:56 +00:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
buildscript {
|
|
|
|
repositories {
|
|
|
|
jcenter()
|
|
|
|
}
|
|
|
|
dependencies {
|
2017-02-17 12:32:34 +00:00
|
|
|
classpath 'com.android.tools.build:gradle:2.2.3'
|
2014-10-16 20:06:56 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
allprojects {
|
|
|
|
repositories {
|
|
|
|
maven { url "http://dl.bintray.com/populov/maven" }
|
|
|
|
maven { url "http://jzaccone.github.io/SlidingMenu-aar" }
|
|
|
|
jcenter()
|
|
|
|
}
|
|
|
|
}
|