EasyHarvestClient/build.gradle

16 lines
297 B
Groovy
Raw Normal View History

2015-10-29 01:57:02 +01:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:+'
}
}
allprojects {
repositories {
jcenter()
}
}