aboutsummaryrefslogtreecommitdiff
path: root/examples/ex4_uiautomator/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ex4_uiautomator/build.gradle')
-rw-r--r--examples/ex4_uiautomator/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/ex4_uiautomator/build.gradle b/examples/ex4_uiautomator/build.gradle
index 47b3526..cd160be 100644
--- a/examples/ex4_uiautomator/build.gradle
+++ b/examples/ex4_uiautomator/build.gradle
@@ -25,7 +25,7 @@ dependencies {
//compile 'com.google.android.mobly:mobly-snippet-lib:1.3.0'
implementation project(':mobly-snippet-lib')
implementation 'junit:junit:4.12'
- implementation 'com.android.support.test:runner:1.0.2'
- implementation 'com.android.support:appcompat-v7:26.1.0'
- implementation 'com.android.support.test.uiautomator:uiautomator-v18:2.1.3'
+ implementation 'androidx.test:runner:1.1.1'
+ implementation 'androidx.appcompat:appcompat:1.1.0-alpha01'
+ implementation 'androidx.test.uiautomator:uiautomator:2.2.0'
}