news-android/build.gradle
David Development dfc4bf8616 update to 0.8.4
2015-01-17 20:57:59 +01:00

17 lines
392 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.0.0-rc2'
classpath 'com.github.jcandksolutions.gradle:android-unit-test:2.+'
}
}
allprojects {
repositories {
mavenCentral()
}
}