summaryrefslogtreecommitdiff
path: root/instrumentation
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2018-03-08 15:27:11 -0500
committerAlan Viverette <alanv@google.com>2018-03-09 10:59:13 -0500
commit475db106115d4f25f0e41612a2a71a0cfe83ab38 (patch)
treeb2f362e1b15621a2247fd2c3be0e4607d6784290 /instrumentation
parenteb8d5626ff8b7781e3a2ec6c3990785697adb99f (diff)
downloadmultidex-475db106115d4f25f0e41612a2a71a0cfe83ab38.tar.gz
Bug: 74397601 Test: make Change-Id: Iddea6f92cc7796125cf4d1ba86cf9b7425daef72
Diffstat (limited to 'instrumentation')
-rw-r--r--instrumentation/AndroidManifest.xml2
-rw-r--r--instrumentation/src/com/android/test/runner/MultiDexTestRunner.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/instrumentation/AndroidManifest.xml b/instrumentation/AndroidManifest.xml
index 7b9f92c..cf32396 100644
--- a/instrumentation/AndroidManifest.xml
+++ b/instrumentation/AndroidManifest.xml
@@ -14,5 +14,5 @@
limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="android.support.multidex.instrumentation">
+ package="androidx.multidex.instrumentation">
</manifest>
diff --git a/instrumentation/src/com/android/test/runner/MultiDexTestRunner.java b/instrumentation/src/com/android/test/runner/MultiDexTestRunner.java
index d6931d1..02b81c8 100644
--- a/instrumentation/src/com/android/test/runner/MultiDexTestRunner.java
+++ b/instrumentation/src/com/android/test/runner/MultiDexTestRunner.java
@@ -17,7 +17,7 @@
package com.android.test.runner;
import android.os.Bundle;
-import android.support.multidex.MultiDex;
+import androidx.multidex.MultiDex;
import android.test.InstrumentationTestRunner;
/**