From c31cf2a03a70a3714946090d278d5c89352f7a8c Mon Sep 17 00:00:00 2001 From: arkon Date: Sun, 13 Nov 2022 10:55:58 -0500 Subject: [PATCH] Bump test dependencies --- gradle/androidx.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/androidx.versions.toml b/gradle/androidx.versions.toml index 052cbce232..2b415d0481 100644 --- a/gradle/androidx.versions.toml +++ b/gradle/androidx.versions.toml @@ -29,8 +29,8 @@ sqlite = "androidx.sqlite:sqlite-framework:2.2.0" benchmark-macro = "androidx.benchmark:benchmark-macro-junit4:1.1.1" test-ext = "androidx.test.ext:junit-ktx:1.1.4" -test-espresso-core = "androidx.test.espresso:espresso-core:3.4.0" -test-uiautomator = "androidx.test.uiautomator:uiautomator:1.1.3" +test-espresso-core = "androidx.test.espresso:espresso-core:3.5.0" +test-uiautomator = "androidx.test.uiautomator:uiautomator:2.2.0" [bundles] lifecycle = ["lifecycle-common", "lifecycle-process", "lifecycle-runtimektx"]