summaryrefslogtreecommitdiff
path: root/instrumentation
diff options
context:
space:
mode:
authorAurimas Liutikas <aurimas@google.com>2017-05-01 14:53:18 -0700
committerAurimas Liutikas <aurimas@google.com>2017-05-01 14:53:18 -0700
commiteadfa6df97992f26ffb5de91865f87a4b62dc84a (patch)
tree189f201d298ddafecac4c8291cd9efb7d97f5885 /instrumentation
parente26850bab3f81957eee3a82643f8b6a0ffe81b90 (diff)
downloadmultidex-eadfa6df97992f26ffb5de91865f87a4b62dc84a.tar.gz
Fix multidex artifactId.
In ag/1971845 we accidentally changed artifactId of multidex and multidex-instrumentation to support-multidex and support-multidex-instrumentation. This change undoes that change. Bug: 36122649 Test: ./gradle clean dist now produces correct repo zip Change-Id: I110446366250315be0d04929b333d47c3fba0d2c
Diffstat (limited to 'instrumentation')
-rw-r--r--instrumentation/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/build.gradle b/instrumentation/build.gradle
index adea6d7..1e6fd98 100644
--- a/instrumentation/build.gradle
+++ b/instrumentation/build.gradle
@@ -17,7 +17,7 @@
apply plugin: 'com.android.library'
dependencies {
- compile project(':support-multidex')
+ compile project(':multidex')
}
android {