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