build.gradle
author Da Risk <da_risk@beem-project.com>
Tue, 27 Oct 2015 01:12:06 +0100
changeset 1066 744a173ea554
parent 1040 197a85a35cba
child 1073 274f38e8c8a9
permissions -rw-r--r--
Rework ChangeStatus to deal better with non standard CROP intent

// top level Build script definition
buildscript {
    repositories {
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:1.1.3'
    }
}

allprojects {
    repositories {
        jcenter()
    }
}