summaryrefslogtreecommitdiffhomepage
path: root/android/test/e2e
diff options
context:
space:
mode:
Diffstat (limited to 'android/test/e2e')
-rw-r--r--android/test/e2e/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/test/e2e/build.gradle.kts b/android/test/e2e/build.gradle.kts
index 0fdc7448b0..31181aab52 100644
--- a/android/test/e2e/build.gradle.kts
+++ b/android/test/e2e/build.gradle.kts
@@ -139,6 +139,7 @@ androidComponents {
dependencies {
implementation(projects.test.common)
implementation(projects.lib.endpoint)
+ implementation(projects.lib.ui.tag)
implementation(libs.androidx.test.core)
// Fixes: https://github.com/android/android-test/issues/1589
implementation(libs.androidx.test.monitor)