blob: 077f203a98c20f46df7ed6529c5e363476bca431 [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.3-SNAPSHOT'
}
}
apply plugin: 'android'
android {
compileSdkVersion 15
}