blob: aedca12c173c897857764b4b65b89f5fb5e09b8e [file] [log] [blame]
//
// A basic Android application that follows all the conventions
//
buildscript {
repositories {
maven { url '../../repo' }
}
dependencies {
classpath 'com.android.tools.build:gradle:0.4-SNAPSHOT'
}
}
apply plugin: 'android'
android {
compileSdkVersion 15
}