blob: 7ca58b2a3a0ca618e3622dece83eeda863a437d0 [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(':lib1')
compile project(':lib2b')
compile project(':libapp')
}