blob: 4d261113fda0594878dde96b02f0cb7dd66f64e5 [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 17
defaultConfig {
renderscriptTargetApi = 11
}
}