Skip to content

Commit 7cf2440

Browse files
brettchabotcopybara-androidxtest
authored andcommitted
Upgrade accessibilitytestframework version (back) to 3.1.2.
Fixes #2244 PiperOrigin-RevId: 646499915
1 parent 88792bb commit 7cf2440

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

WORKSPACE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ load(
6767
"GUAVA_VERSION",
6868
"JUNIT_VERSION",
6969
"UIAUTOMATOR_VERSION",
70+
"ATF_VERSION"
7071
)
7172

7273
# gRPC
@@ -129,7 +130,7 @@ maven_install(
129130
),
130131
],
131132
group = "com.google.android.apps.common.testing.accessibility.framework",
132-
version = "3.1",
133+
version = ATF_VERSION,
133134
),
134135
"com.google.android.material:material:" + GOOGLE_MATERIAL_VERSION,
135136
"com.google.auto.value:auto-value:1.5.1",

0 commit comments

Comments
 (0)