summaryrefslogtreecommitdiff
path: root/InCallUI
diff options
context:
space:
mode:
authorTa-wei Yen <twyen@google.com>2016-02-23 22:01:07 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-02-23 22:01:07 +0000
commitc6d87e2b321155ce80979516d4eb7b8ea17af822 (patch)
tree08e2c581e609313f1b6ffb5c45273ad1cd8e2762 /InCallUI
parent6cdceed84c79ea80e22934540abc95c3fd13ead0 (diff)
parent39ce0ebc87582185e9733aeda25a3f786cce9969 (diff)
Merge "Apply lower case project name convention" into nyc-dev
Diffstat (limited to 'InCallUI')
-rw-r--r--InCallUI/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/InCallUI/build.gradle b/InCallUI/build.gradle
index b55d46396..de4725199 100644
--- a/InCallUI/build.gradle
+++ b/InCallUI/build.gradle
@@ -9,6 +9,6 @@ android {
dependencies {
compile 'com.android.support:support-v4:23.1.+'
- compile project(':PhoneCommon')
- compile project(':ContactsCommon')
+ compile project(':phonecommon')
+ compile project(':contactscommon')
}