BartRunnerAndroid/build.gradle

18 lines
451 B
Groovy
Raw Normal View History

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
2016-10-28 14:06:12 +00:00
classpath 'com.android.tools.build:gradle:2.2.2'
2015-08-05 10:13:11 +00:00
// Used for annotation processing needed by the AndroidAnnotations library
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.6'
}
}
allprojects {
repositories {
jcenter()
}
}