blob: d947c9416d8b4745a799da331be47ff88fe4fc08 [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 = 11
}
}