Skip to content

Commit

Permalink
Increment version numbers for androidx test 1.2.0-alpha03
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 241944086
  • Loading branch information
brettchabot authored and copybara-androidxtest committed Apr 4, 2019
1 parent aa3af5c commit 152dd27
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.1.2-alpha02"
ESPRESSO_VERSION = "3.2.0-alpha02"
CORE_VERSION = "1.1.1-alpha02"
ANDROIDX_JUNIT_VERSION = "1.1.1-alpha02"
ANDROIDX_TRUTH_VERSION = "1.2.0-alpha02"
RUNNER_VERSION = "1.2.0-alpha03"
ESPRESSO_VERSION = "3.2.0-alpha03"
CORE_VERSION = "1.2.0-alpha03"
ANDROIDX_JUNIT_VERSION = "1.1.1-alpha03"
ANDROIDX_TRUTH_VERSION = "1.2.0-alpha03"
UIAUTOMATOR_VERSION = "2.2.0"
JANK_VERSION = "1.0.1"

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.1.2-alpha01";
String ESPRESSO_VERSION = "3.2.0-alpha03";
// Runner version includes: Runner, Rules, ATO, Monitor
String RUNNER_VERSION = "1.1.2-alpha01";
String RUNNER_VERSION = "1.2.0-alpha03";
}


Expand Down

0 comments on commit 152dd27

Please sign in to comment.