From 37a616f3dbc13708725bdf21290aa2ad7149f719 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 14:21:52 +0600 Subject: [PATCH] fix(deps): update dependency androidx.test.espresso:espresso-core to v3.6.0-alpha04 (#749) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> (cherry picked from commit a2f7d47a0a65bf88ac609b2227d440a7a2f841bf) --- gradle/androidx.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/androidx.versions.toml b/gradle/androidx.versions.toml index 67e1f970a..eac7f8955 100644 --- a/gradle/androidx.versions.toml +++ b/gradle/androidx.versions.toml @@ -27,7 +27,7 @@ paging-compose = { module = "androidx.paging:paging-compose", version.ref = "pag benchmark-macro = "androidx.benchmark:benchmark-macro-junit4:1.2.4" test-ext = "androidx.test.ext:junit-ktx:1.2.0-alpha04" -test-espresso-core = "androidx.test.espresso:espresso-core:3.6.0-alpha03" +test-espresso-core = "androidx.test.espresso:espresso-core:3.6.0-alpha04" test-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0" [bundles]