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