aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Morey <jmorey@google.com>2014-03-17 00:33:05 -0500
committerJustin Morey <jmorey@google.com>2014-03-17 00:33:05 -0500
commit5e6db342fc75b1945298142530f2d1d1861bce73 (patch)
tree7365392c3ea77742021cf187acfd465f9bb774ab
parentcc4666fc64939f1a9a56a0cb5eb8a237942c5243 (diff)
downloadandroid_external_guava-staging/cm-12.0.tar.gz
android_external_guava-staging/cm-12.0.tar.bz2
android_external_guava-staging/cm-12.0.zip
Give gradle projects more human-friendly namesstaging/cm-12.0-cafstaging/cm-12.0
This simplifies tapas support, and should make working with GmsCore in Android Studio easier Change-Id: I5784c5ef540e6f74145b83c2d60fd06c503d0ca8
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 25c1608..1bf8e56 100644
--- a/build.gradle
+++ b/build.gradle
@@ -9,5 +9,5 @@ sourceSets {
}
dependencies {
- compile project(':external:jsr305')
+ compile project(':jsr305')
}