We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88792bb commit 7cf2440Copy full SHA for 7cf2440
WORKSPACE
@@ -67,6 +67,7 @@ load(
67
"GUAVA_VERSION",
68
"JUNIT_VERSION",
69
"UIAUTOMATOR_VERSION",
70
+ "ATF_VERSION"
71
)
72
73
# gRPC
@@ -129,7 +130,7 @@ maven_install(
129
130
),
131
],
132
group = "com.google.android.apps.common.testing.accessibility.framework",
- version = "3.1",
133
+ version = ATF_VERSION,
134
135
"com.google.android.material:material:" + GOOGLE_MATERIAL_VERSION,
136
"com.google.auto.value:auto-value:1.5.1",
0 commit comments