Skip to content

Commit 9d69c8e

Browse files
committed
Upgrade accessibilitytestframework version (back) to 3.1.2.
Fixes #2244 PiperOrigin-RevId: 646499915
1 parent 4bba75e commit 9d69c8e

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
@@ -128,7 +129,7 @@ maven_install(
128129
),
129130
],
130131
group = "com.google.android.apps.common.testing.accessibility.framework",
131-
version = "3.1",
132+
version = ATF_VERSION,
132133
),
133134
"com.google.android.material:material:" + GOOGLE_MATERIAL_VERSION,
134135
"com.google.auto.value:auto-value:1.5.1",

0 commit comments

Comments
 (0)