Skip to content
Snippets Groups Projects
build.gradle 458 B
Newer Older
  • Learn to ignore specific revisions
  • // Top-level build file where you can add configuration options common to all sub-projects/modules.
    
    	repositories {
    
    		jcenter()
    		mavenLocal()
    	}
    }
    
    buildscript {
    	repositories {
    
    		jcenter()
    
    	dependencies {
    
    		classpath 'com.android.tools.build:gradle:2.2.2'
    
    		classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
    
    		classpath 'de.undercouch:gradle-download-task:2.1.0'
    
    akwizgran's avatar
    akwizgran committed
    		classpath files('libs/gradle-witness.jar')