blob: d404df3678bc5a21729e776951614bf756ec4da2 [file] [log] [blame]
apply plugin: 'android-library'
dependencies {
compile project(':lib2')
}
android {
compileSdkVersion 15
buildToolsVersion "1.0"
}