view build.gradle @ 449:1c9d043c2c03

fix lint error
author Carl Byington <carl@five-ten-sg.com>
date Thu, 17 Mar 2016 13:49:04 -0700
parents 2907c688955e
children 7492d2cb7b75
line wrap: on
line source

// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
    repositories {
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle-experimental:0.7.0-alpha3'
    }
}

allprojects {
    repositories {
        jcenter()
    }
}