Skip to content

Commit

Permalink
Increment versions to AndroidX Test 1.2.0-alpha04
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 244217197
  • Loading branch information
brettchabot authored and copybara-androidxtest committed Apr 18, 2019
1 parent fa82539 commit 017a186
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.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"
RUNNER_VERSION = "1.2.0-alpha04"
ESPRESSO_VERSION = "3.2.0-alpha04"
CORE_VERSION = "1.2.0-alpha04"
ANDROIDX_JUNIT_VERSION = "1.1.1-alpha04"
ANDROIDX_TRUTH_VERSION = "1.2.0-alpha04"
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.2.0-alpha03";
String ESPRESSO_VERSION = "3.2.0-alpha04";
// Runner version includes: Runner, Rules, ATO, Monitor
String RUNNER_VERSION = "1.2.0-alpha03";
String RUNNER_VERSION = "1.2.0-alpha04";
}


Expand Down

0 comments on commit 017a186

Please sign in to comment.