summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Morey <jmorey@google.com>2014-03-17 00:43:17 -0500
committerJustin Morey <jmorey@google.com>2014-03-17 00:43:17 -0500
commit9adec9e04724d73d20b406d690c43b42aaf8a7ff (patch)
tree26400d975f6278a45960a677d8839fba210f43f7
parent90267eb7970015d06ca7b12b5049289b4811ea85 (diff)
downloadtesting-9adec9e04724d73d20b406d690c43b42aaf8a7ff.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: Iac3628d100f73195a8768a9975a9c0b9a01dbcaa
-rw-r--r--support/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/build.gradle b/support/build.gradle
index 6a92dca..c38b0ae 100644
--- a/support/build.gradle
+++ b/support/build.gradle
@@ -10,5 +10,5 @@ sourceSets {
dependencies {
compile getAndroidPrebuilt('8')
- compile project(':external:junit')
+ compile project(':junit')
} \ No newline at end of file