Newer
Older
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath 'com.android.tools.build:gradle:1.5.0'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
classpath files('briar-core/libs/gradle-witness.jar')
}