Skip to content

Commit

Permalink
Upgrade Espresso accessibility.
Browse files Browse the repository at this point in the history
This upgrades the AndroidX Espresso Accessibility package to version
3.2.0 in an attempt to fix #5435.
  • Loading branch information
BenHenning committed Jul 23, 2024
1 parent 3b0c282 commit fca2189
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ buildscript {
ext.androidx_navigation_navigation_ui_ktx = "2.0.0"
ext.androidx_navigation_navigation_ui = "2.0.0"
ext.androidx_recyclerview_recyclerview = "1.1.0"
ext.androidx_test_espresso_espresso_accessibility = "3.1.0"
ext.androidx_test_espresso_espresso_accessibility = "3.2.0"
ext.androidx_test_espresso_espresso_contrib = "3.1.0"
ext.androidx_test_espresso_espresso_core = "3.3.0"
ext.androidx_test_espresso_espresso_intents = "3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion third_party/versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ MAVEN_PRODUCTION_DEPENDENCY_VERSIONS = {
MAVEN_TEST_DEPENDENCY_VERSIONS = {
"androidx.arch.core:core-testing": "2.1.0",
"androidx.compose.ui:ui-test-junit4": "1.1.1",
"androidx.test.espresso:espresso-accessibility": "3.1.0",
"androidx.test.espresso:espresso-accessibility": "3.2.0",
"androidx.test.espresso:espresso-contrib": "3.1.0",
"androidx.test.espresso:espresso-core": "3.3.0",
"androidx.test.espresso:espresso-intents": "3.1.0",
Expand Down

0 comments on commit fca2189

Please sign in to comment.