aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorJustin Morey <jmorey@google.com>2014-03-17 00:40:08 -0500
committerJustin Morey <jmorey@google.com>2014-03-17 00:40:08 -0500
commit77ea5df81c2226e5f94214baeb9887d228b2c6dc (patch)
treed22e20c2aea99105e2f4ac644bcf8a3b8a17c2f2 /build.gradle
parentc5c1c319f76bb2fa50b0c51bd2ef163b9281f116 (diff)
downloadjunit-77ea5df81c2226e5f94214baeb9887d228b2c6dc.tar.gz
Give gradle projects more human-friendly names
This simplifies tapas support, and should make working with GmsCore in Android Studio easier Change-Id: I95110532083b0b9fa2d9ed29a6a4c41eb9611d2a
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index cb65832..82ca976 100644
--- a/build.gradle
+++ b/build.gradle
@@ -23,5 +23,5 @@ jar {
dependencies {
compile getAndroidPrebuilt('4')
- compile project(':external:hamcrest')
+ compile project(':hamcrest')
} \ No newline at end of file