Sailesh Nepal | 7c5959b | 2016-02-20 16:12:30 -0800 | [diff] [blame] | 1 | apply plugin: 'com.android.library' |
2 | |||||
3 | android { | ||||
4 | sourceSets.main { | ||||
5 | manifest.srcFile 'AndroidManifest.xml' | ||||
6 | res.srcDirs = ['res'] | ||||
7 | } | ||||
8 | } | ||||
9 | |||||
10 | dependencies { | ||||
11 | compile 'com.android.support:support-v4:23.1.+' | ||||
Ta-wei Yen | 39ce0eb | 2016-02-23 12:33:36 -0800 | [diff] [blame] | 12 | compile project(':phonecommon') |
13 | compile project(':contactscommon') | ||||
Sailesh Nepal | 7c5959b | 2016-02-20 16:12:30 -0800 | [diff] [blame] | 14 | } |