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