aboutsummaryrefslogtreecommitdiff
path: root/examples/ex2_espresso/src/androidTest/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ex2_espresso/src/androidTest/AndroidManifest.xml')
-rw-r--r--examples/ex2_espresso/src/androidTest/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ex2_espresso/src/androidTest/AndroidManifest.xml b/examples/ex2_espresso/src/androidTest/AndroidManifest.xml
index eaedb4d..0dc87bc 100644
--- a/examples/ex2_espresso/src/androidTest/AndroidManifest.xml
+++ b/examples/ex2_espresso/src/androidTest/AndroidManifest.xml
@@ -6,6 +6,6 @@
</application>
<instrumentation
- android:name="android.support.test.runner.AndroidJUnitRunner"
+ android:name="androidx.test.runner.AndroidJUnitRunner"
android:targetPackage="com.google.android.mobly.snippet.example2" />
</manifest>