Skip to content
Snippets Groups Projects
build.gradle 277 B
Newer Older
// 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.5.0'
		classpath files('briar-core/libs/gradle-witness.jar')
	}