Skip to content

Commit 836c197

Browse files
brettchabotcopybara-androidxtest
authored andcommitted
Update versions to 1.3.0-rc01
PiperOrigin-RevId: 313430655
1 parent 744e835 commit 836c197

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.3.0-beta02"
8-
ESPRESSO_VERSION = "3.3.0-beta02"
9-
CORE_VERSION = "1.3.0-beta02"
10-
ANDROIDX_JUNIT_VERSION = "1.1.2-beta02"
11-
ANDROIDX_TRUTH_VERSION = "1.3.0-beta02"
7+
RUNNER_VERSION = "1.3.0-rc01"
8+
ESPRESSO_VERSION = "3.3.0-rc01"
9+
CORE_VERSION = "1.3.0-rc01"
10+
ANDROIDX_JUNIT_VERSION = "1.1.2-rc01"
11+
ANDROIDX_TRUTH_VERSION = "1.3.0-rc01"
1212
UIAUTOMATOR_VERSION = "2.2.0"
1313
JANK_VERSION = "1.0.1"
1414
SERVICES_VERSION = RUNNER_VERSION

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.3.0-beta02";
31+
String ESPRESSO_VERSION = "3.3.0-rc01";
3232
// Runner version includes: Runner, Rules, ATO, Monitor
33-
String RUNNER_VERSION = "1.3.0-beta02";
33+
String RUNNER_VERSION = "1.3.0-rc01";
3434
// Test services version.
3535
String SERVICES_VERSION = RUNNER_VERSION;
3636
}

0 commit comments

Comments
 (0)