summaryrefslogtreecommitdiff
path: root/instrumentation
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 /instrumentation
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 'instrumentation')
-rw-r--r--instrumentation/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/AndroidManifest.xml b/instrumentation/AndroidManifest.xml
index c3ac899..6107fd3 100644
--- a/instrumentation/AndroidManifest.xml
+++ b/instrumentation/AndroidManifest.xml
@@ -14,7 +14,7 @@
limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="android.support.multidex">
+ package="android.support.multidex.instrumentation">
<uses-sdk android:minSdkVersion="4"/>
<application />
</manifest>