Skip to content

Commit

Permalink
Increment axt versions for next release.
Browse files Browse the repository at this point in the history
No API change was introduced since last alpha release.

PiperOrigin-RevId: 444965376
  • Loading branch information
copybara-androidxtest committed Apr 27, 2022
1 parent be2fde6 commit 0ded015
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions build_extensions/axt_versions.bzl
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
"""Defines current AXT versions and dependencies."""

# AXT versions
RUNNER_VERSION = "1.5.0-alpha02" # stable 1.4.0
RULES_VERSION = "1.4.1-alpha05" # stable 1.4.0
MONITOR_VERSION = "1.6.0-alpha02" # stable 1.5.0
ESPRESSO_VERSION = "3.5.0-alpha05" # stable 3.4.0
CORE_VERSION = "1.4.1-alpha05" # stable 1.4.0
ANDROIDX_JUNIT_VERSION = "1.1.4-alpha05" # stable 1.1.3
ANDROIDX_TRUTH_VERSION = "1.5.0-alpha05" # stable 1.4.0
RUNNER_VERSION = "1.5.0-alpha03" # stable 1.4.0
RULES_VERSION = "1.4.1-alpha06" # stable 1.4.0
MONITOR_VERSION = "1.6.0-alpha03" # stable 1.5.0
ESPRESSO_VERSION = "3.5.0-alpha06" # stable 3.4.0
CORE_VERSION = "1.4.1-alpha06" # stable 1.4.0
ANDROIDX_JUNIT_VERSION = "1.1.4-alpha06" # stable 1.1.3
ANDROIDX_TRUTH_VERSION = "1.5.0-alpha06" # stable 1.4.0
UIAUTOMATOR_VERSION = "2.2.0"
JANK_VERSION = "1.0.1"
SERVICES_VERSION = "1.4.2-alpha02" # stable 1.4.1
ORCHESTRATOR_VERSION = "1.4.2-alpha02" # stable 1.4.1
SERVICES_VERSION = "1.4.2-alpha03" # stable 1.4.1
ORCHESTRATOR_VERSION = "1.4.2-alpha03" # stable 1.4.1
ANNOTATION_VERSION = "1.0.0" # stable 1.0.0

# Maven dependency versions
Expand Down

0 comments on commit 0ded015

Please sign in to comment.