blob: de472519935358f4c76e80962c2077fbbc61fee3 [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')
}