blob: b55d46396eeda68c12d3a23f47d1c92bce40aa76 [file] [log] [blame]
apply plugin: 'com.android.library'
android {
sourceSets.main {
manifest.srcFile 'AndroidManifest.xml'
res.srcDirs = ['res']
}
}
dependencies {
compile 'com.android.support:support-v4:23.1.+'
compile project(':PhoneCommon')
compile project(':ContactsCommon')
}