Skip to content

Commit 0fc3552

Browse files
Merge pull request android#2420 from android:updateversions0730
PiperOrigin-RevId: 789094918
2 parents 4d65832 + 6bc067b commit 0fc3552

File tree

2 files changed

+20
-21
lines changed

2 files changed

+20
-21
lines changed
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
"""Defines current released AXT versions.
22
"""
33

4-
RUNNER_VERSION = "1.7.0-rc01"
5-
RULES_VERSION = "1.7.0-rc01"
6-
MONITOR_VERSION = "1.8.0-rc01"
7-
ESPRESSO_VERSION = "3.7.0-rc01"
8-
CORE_VERSION = "1.7.0-rc01"
9-
ESPRESSO_DEVICE_VERSION = "1.1.0-rc01"
10-
ANDROIDX_JUNIT_VERSION = "1.3.0-rc01"
11-
ANDROIDX_TRUTH_VERSION = "1.7.0-rc01"
12-
ORCHESTRATOR_VERSION = "1.6.0-rc01"
13-
SERVICES_VERSION = "1.6.0-rc01"
4+
RUNNER_VERSION = "1.7.0"
5+
RULES_VERSION = "1.7.0"
6+
MONITOR_VERSION = "1.8.0"
7+
ESPRESSO_VERSION = "3.7.0"
8+
CORE_VERSION = "1.7.0"
9+
ESPRESSO_DEVICE_VERSION = "1.1.0"
10+
ANDROIDX_JUNIT_VERSION = "1.3.0"
11+
ANDROIDX_TRUTH_VERSION = "1.7.0"
12+
ORCHESTRATOR_VERSION = "1.6.0"
13+
SERVICES_VERSION = "1.6.0"

build_extensions/axt_stable_versions.bzl

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22

33
# currently only used for documentation purposes
44

5-
RUNNER_VERSION = "1.6.1"
6-
RULES_VERSION = "1.6.1"
7-
MONITOR_VERSION = "1.7.1"
8-
ESPRESSO_VERSION = "3.6.1"
9-
CORE_VERSION = "1.6.1"
10-
ESPRESSO_DEVICE_VERSION = "1.0.1"
11-
ANDROIDX_JUNIT_VERSION = "1.2.1"
12-
ANDROIDX_TRUTH_VERSION = "1.6.0"
13-
ANNOTATION_VERSION = "1.0.1"
14-
ORCHESTRATOR_VERSION = "1.5.0"
15-
SERVICES_VERSION = "1.5.0"
5+
RUNNER_VERSION = "1.7.0"
6+
RULES_VERSION = "1.7.0"
7+
MONITOR_VERSION = "1.8.0"
8+
ESPRESSO_VERSION = "3.7.0"
9+
CORE_VERSION = "1.7.0"
10+
ESPRESSO_DEVICE_VERSION = "1.1.0"
11+
ANDROIDX_JUNIT_VERSION = "1.3.0"
12+
ANDROIDX_TRUTH_VERSION = "1.7.0"
13+
ORCHESTRATOR_VERSION = "1.6.0"
14+
SERVICES_VERSION = "1.6.0"

0 commit comments

Comments
 (0)