blob: 75b4b6c2f3ea99ff9c13a237ecf773f6ba5d3fea [file] [log] [blame]
//
// A basic Android application split over a couple of Gradle projects.
//
apply plugin: 'android'
android {
compileSdkVersion 15
// buildToolsVersion "1.0"
}
dependencies {
compile project(':library')
}