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.+' | ||||
12 | compile project(':PhoneCommon') | ||||
13 | compile project(':ContactsCommon') | ||||
14 | } |