Skip to content

Commit

Permalink
Update versions for 1.2.1 alpha02
Browse files Browse the repository at this point in the history
Including updating dependencies to com.google.truth:truth:1.0 and com.google.guava:guava:27.0.1-android

PiperOrigin-RevId: 257204558
  • Loading branch information
brettchabot authored and copybara-androidxtest committed Jul 9, 2019
1 parent c155ace commit 24a7e5f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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.3.0-alpha01"
ESPRESSO_VERSION = "3.3.0-alpha01"
CORE_VERSION = "1.2.1-alpha01"
ANDROIDX_JUNIT_VERSION = "1.1.2-alpha01"
ANDROIDX_TRUTH_VERSION = "1.3.0-alpha01"
RUNNER_VERSION = "1.3.0-alpha02"
ESPRESSO_VERSION = "3.3.0-alpha02"
CORE_VERSION = "1.2.1-alpha02"
ANDROIDX_JUNIT_VERSION = "1.1.2-alpha02"
ANDROIDX_TRUTH_VERSION = "1.3.0-alpha02"
UIAUTOMATOR_VERSION = "2.2.0"
JANK_VERSION = "1.0.1"

Expand All @@ -21,5 +21,5 @@ ANDROIDX_MULTIDEX_VERSION = "2.0.0"

JUNIT_VERSION = "4.12"
HAMCREST_VERSION = "1.3"
TRUTH_VERSION = "0.42"
GUAVA_VERSION = "26.0-android"
TRUTH_VERSION = "1.0"
GUAVA_VERSION = "27.0.1-android"
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.1-alpha01";
String ESPRESSO_VERSION = "3.3.0-alpha02";
// Runner version includes: Runner, Rules, ATO, Monitor
String RUNNER_VERSION = "1.2.1-alpha01";
String RUNNER_VERSION = "1.3.0-alpha02";
}


Expand Down

0 comments on commit 24a7e5f

Please sign in to comment.