aboutsummaryrefslogtreecommitdiff
path: root/examples/ex4_uiautomator/build.gradle
diff options
context:
space:
mode:
authorAng Li <angli@google.com>2019-01-28 17:30:29 -0800
committerGitHub <noreply@github.com>2019-01-28 17:30:29 -0800
commita337f516cdce2882bb2a9661229f92a14d898fe3 (patch)
tree279a56eba6a65af49f3eccff3061a377a87e4a28 /examples/ex4_uiautomator/build.gradle
parente95b40a3249b47bb55de05cc53a25ae679ad9216 (diff)
downloadmobly-snippet-lib-a337f516cdce2882bb2a9661229f92a14d898fe3.tar.gz
Migrate to `androidx`. (#101)
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'
}