blob: a0bc42bc7ce9503f06a05a211d1fa7c31d6681e2 [file] [log] [blame]
apply plugin: 'android-library'
dependencies {
compile project(':lib2')
}
android {
compileSdkVersion 15
buildToolsVersion "17.0"
defaultConfig {
minSdkVersion 14
targetSdkVersion 15
}
}