From 828f2fcec903d5d06faa922a98f591c0942ffcc9 Mon Sep 17 00:00:00 2001 From: Fangqiu Su Date: Mon, 24 Apr 2023 18:07:07 +0000 Subject: [PATCH] Update uiautomator references in packages/apps/Settings/tests/unit * Remove unused dependencies. * Replace "ub-uiautomator" (v2.2.0) with "androidx.test.uiautomator_uiautomator" (v2.3.0). Bug: 235842600 Test: mmma . Change-Id: I55c2d77b0bcd3b673de5a0b42170414de5fc3baf --- tests/unit/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/Android.bp b/tests/unit/Android.bp index 249ce7223fc..2fcd91f15b6 100644 --- a/tests/unit/Android.bp +++ b/tests/unit/Android.bp @@ -31,7 +31,7 @@ android_test { "mockito-target-minus-junit4", "platform-test-annotations", "truth-prebuilt", - "ub-uiautomator", + "androidx.test.uiautomator_uiautomator", // Don't add SettingsLib libraries here - you can use them directly as they are in the // instrumented Settings app. ],