blob: a73aea3e1454aa72133d8081750d9d4f1bdccb0d [file] [log] [blame]
buildscript {
repositories {
jcenter()
if (System.getenv("MAVEN_URL") != null) {
maven {url System.getenv("MAVEN_URL")}
}
}
dependencies {
classpath 'com.android.tools.build:gradle:0.12.+'
}
}
apply plugin: 'com.android.application'
repositories {
jcenter()
}
android {
compileSdkVersion 18
buildToolsVersion "19.1.0"
defaultConfig {
}
}