summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@google.com>2014-12-02 10:39:13 -0800
committerXavier Ducrohet <xav@google.com>2014-12-02 10:39:48 -0800
commitc289868c75ba272db4588480750e8fe91e0a2ded (patch)
tree3428ad34549e5eb7b552651578796afc66b00c36 /build.gradle
parentb98bb46334f2cead330588b9bc7c92361c54bb5b (diff)
downloadmultidex-c289868c75ba272db4588480750e8fe91e0a2ded.tar.gz
Change package name of multi-dex instrumentation lib.
Its package name was the same as the one for the multi-dex library which prevented from using both in the same app. Also updated revision to 1.0.1 Change-Id: I3a65590f6410f0b80edc7e8a0b56057d0005c565
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index d85baa3..f8306d5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -9,8 +9,8 @@ buildscript {
}
}
-ext.supportVersion = '1.0.0'
-ext.extraVersion = 8
+ext.supportVersion = '1.0.1'
+ext.extraVersion = 10
ext.supportRepoOut = ''
ext.buildToolsVersion = '19.0.3'