blob: 39e5199ea6726fd61b797c50141dda66b6e8838b [file] [log] [blame]
apply plugin: 'android'
android {
compileSdkVersion 15
buildToolsVersion "18.0.1"
}
//
// A basic Android application split over a library and a main project.
//
dependencies {
compile project(':lib')
}