blob: 820afb8cad631408e525b3cd5da05aabd8283ac8 [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 17
defaultConfig {
renderscriptTargetApi = 17
}
}