Skip to content
Snippets Groups Projects
build.gradle 514 B
Newer Older
// Top-level build file where you can add configuration options common to all sub-projects/modules.
	repositories {
		jcenter()
		mavenLocal()
	}
}

buildscript {
	repositories {
		jcenter()
		maven {
			url "https://plugins.gradle.org/m2/"
		}
	dependencies {
		classpath 'com.android.tools.build:gradle:3.0.0'
		classpath 'net.ltgt.gradle:gradle-apt-plugin:0.9'
		classpath 'de.undercouch:gradle-download-task:3.2.0'
akwizgran's avatar
akwizgran committed
		classpath files('libs/gradle-witness.jar')