Skip to content

Commit

Permalink
Increment core, monitor, and espresso-device versions after release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 566662465
  • Loading branch information
copybara-androidxtest committed Sep 19, 2023
1 parent 2598bb7 commit c1a2dad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build_extensions/axt_versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
# LINT.IfChange
RUNNER_VERSION = "1.6.0-alpha05" # 1.6.0-alpha04, 1.5.1
RULES_VERSION = "1.6.0-alpha02" # 1.6.0-alpha01, 1.5.0
MONITOR_VERSION = "1.7.0-alpha02" # 1.7.0-alpha01, 1.6.0
MONITOR_VERSION = "1.7.0-alpha03" # 1.7.0-alpha02, 1.6.0
ESPRESSO_VERSION = "3.6.0-alpha02" # 3.6.0-alpha01, 3.5.0
CORE_VERSION = "1.6.0-alpha02" # 1.6.0-alpha01, 1.5.0
ESPRESSO_DEVICE_VERSION = "1.0.0-alpha06" # 1.0.0-alpha05
CORE_VERSION = "1.6.0-alpha03" # 1.6.0-alpha02, 1.5.0
ESPRESSO_DEVICE_VERSION = "1.0.0-alpha07" # 1.0.0-alpha06
ANDROIDX_JUNIT_VERSION = "1.2.0-alpha02" # 1.2.0-alpha01, 1.1.4
ANDROIDX_TRUTH_VERSION = "1.6.0-alpha02" # 1.6.0-alpha01, 1.5.0
ANNOTATION_VERSION = "1.1.0-alpha02" # 1.1.0-alpha01, 1.0.1
Expand Down

0 comments on commit c1a2dad

Please sign in to comment.