blob: 4162164c7812aeba73918119639ca0df2f72a293 [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 = 17
}
}