Skip to content

Commit

Permalink
Update AXT version to 1.4.0-alpha05
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 362397822
  • Loading branch information
copybara-androidxtest committed Mar 12, 2021
1 parent 753ec9e commit a604db0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions build_extensions/axt_versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Ensure UsageTrackerRegistry is updated accordingly when incrementing version num
"""

# AXT versions
RUNNER_VERSION = "1.4.0-alpha04"
ESPRESSO_VERSION = "3.4.0-alpha04"
CORE_VERSION = "1.4.0-alpha04"
ANDROIDX_JUNIT_VERSION = "1.1.3-alpha04"
ANDROIDX_TRUTH_VERSION = "1.4.0-alpha04"
RUNNER_VERSION = "1.4.0-alpha05"
ESPRESSO_VERSION = "3.4.0-alpha05"
CORE_VERSION = "1.4.0-alpha05"
ANDROIDX_JUNIT_VERSION = "1.1.3-alpha05"
ANDROIDX_TRUTH_VERSION = "1.4.0-alpha05"
UIAUTOMATOR_VERSION = "2.2.0"
JANK_VERSION = "1.0.1"
SERVICES_VERSION = RUNNER_VERSION
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ public final class UsageTrackerRegistry {
/** Contains versions for AXT libraries */
public interface AxtVersions {
// Espresso version includes: Espresso, Espresso-Web, Intents, Espresso-MPE
String ESPRESSO_VERSION = "3.4.0-alpha04";
String ESPRESSO_VERSION = "3.4.0-alpha05";
// Runner version includes: Runner, Rules, ATO, Monitor
String RUNNER_VERSION = "1.4.0-alpha04";
String RUNNER_VERSION = "1.4.0-alpha05";
// Test services version.
String SERVICES_VERSION = RUNNER_VERSION;
}
Expand Down

0 comments on commit a604db0

Please sign in to comment.