Skip to content
Snippets Groups Projects
build.gradle 307 B
Newer Older
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
    repositories {
        mavenCentral()
    }
    dependencies {
akwizgran's avatar
akwizgran committed
        classpath 'com.android.tools.build:gradle:1.5.0'
        classpath files('briar-core/libs/gradle-witness.jar')