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