blob: 79591546f98bd0a6e0e6d9801c8cb5a94ea888aa [file] [log] [blame]
buildscript {
repositories {
maven { url '../../../../../out/repo' }
}
dependencies {
classpath 'com.android.tools.build:gradle:0.11.2'
}
}
apply plugin: 'android'
android {
compileSdkVersion 19
buildToolsVersion '19.1.0'
defaultConfig {
minSdkVersion 17
renderscriptTargetApi = 17
}
}