Skip to content

Commit 1b61d57

Browse files
brettchabotcopybara-androidxtest
authored andcommitted
Update versions for 1.2.1-alpha01
PiperOrigin-RevId: 253255340
1 parent 9f059d3 commit 1b61d57

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

build_extensions/axt_versions.bzl

Lines changed: 5 additions & 5 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.2.0"
8-
ESPRESSO_VERSION = "3.2.0"
9-
CORE_VERSION = "1.2.0"
10-
ANDROIDX_JUNIT_VERSION = "1.1.1"
11-
ANDROIDX_TRUTH_VERSION = "1.2.0"
7+
RUNNER_VERSION = "1.2.1-alpha01"
8+
ESPRESSO_VERSION = "3.2.1-alpha01"
9+
CORE_VERSION = "1.2.1-alpha01"
10+
ANDROIDX_JUNIT_VERSION = "1.1.2-alpha01"
11+
ANDROIDX_TRUTH_VERSION = "1.2.1-alpha01"
1212
UIAUTOMATOR_VERSION = "2.2.0"
1313
JANK_VERSION = "1.0.1"
1414

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.0";
31+
String ESPRESSO_VERSION = "3.2.1-alpha01";
3232
// Runner version includes: Runner, Rules, ATO, Monitor
33-
String RUNNER_VERSION = "1.2.0";
33+
String RUNNER_VERSION = "1.2.1-alpha01";
3434
}
3535

3636

0 commit comments

Comments
 (0)