blob: 448e203d89af311131c78818bbd2c9202fa2671b [file] [log] [blame]
buildscript {
repositories {
maven { url '../../../../out/host/gradle/repo' }
}
dependencies {
classpath 'com.android.tools.build:gradle:0.5.0-SNAPSHOT'
}
}
apply plugin: 'android'
android {
compileSdkVersion 17
buildToolsVersion "17.0"
defaultConfig {
renderscriptTargetApi = 11
}
}