Skip to content

Commit 24a7e5f

Browse files
brettchabotcopybara-androidxtest
authored andcommitted
Update versions for 1.2.1 alpha02
Including updating dependencies to com.google.truth:truth:1.0 and com.google.guava:guava:27.0.1-android PiperOrigin-RevId: 257204558
1 parent c155ace commit 24a7e5f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

build_extensions/axt_versions.bzl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Ensure UsageTrackerRegistry is updated accordingly when incrementing version num
44
"""
55

66
# AXT versions
7-
RUNNER_VERSION = "1.3.0-alpha01"
8-
ESPRESSO_VERSION = "3.3.0-alpha01"
9-
CORE_VERSION = "1.2.1-alpha01"
10-
ANDROIDX_JUNIT_VERSION = "1.1.2-alpha01"
11-
ANDROIDX_TRUTH_VERSION = "1.3.0-alpha01"
7+
RUNNER_VERSION = "1.3.0-alpha02"
8+
ESPRESSO_VERSION = "3.3.0-alpha02"
9+
CORE_VERSION = "1.2.1-alpha02"
10+
ANDROIDX_JUNIT_VERSION = "1.1.2-alpha02"
11+
ANDROIDX_TRUTH_VERSION = "1.3.0-alpha02"
1212
UIAUTOMATOR_VERSION = "2.2.0"
1313
JANK_VERSION = "1.0.1"
1414

@@ -21,5 +21,5 @@ ANDROIDX_MULTIDEX_VERSION = "2.0.0"
2121

2222
JUNIT_VERSION = "4.12"
2323
HAMCREST_VERSION = "1.3"
24-
TRUTH_VERSION = "0.42"
25-
GUAVA_VERSION = "26.0-android"
24+
TRUTH_VERSION = "1.0"
25+
GUAVA_VERSION = "27.0.1-android"

runner/android_junit_runner/java/androidx/test/internal/runner/tracker/UsageTrackerRegistry.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ public final class UsageTrackerRegistry {
2828
/** Contains versions for AXT libraries */
2929
public interface AxtVersions {
3030
// Espresso version includes: Espresso, Espresso-Web, Intents, Espresso-MPE
31-
String ESPRESSO_VERSION = "3.2.1-alpha01";
31+
String ESPRESSO_VERSION = "3.3.0-alpha02";
3232
// Runner version includes: Runner, Rules, ATO, Monitor
33-
String RUNNER_VERSION = "1.2.1-alpha01";
33+
String RUNNER_VERSION = "1.3.0-alpha02";
3434
}
3535

3636

0 commit comments

Comments
 (0)