Skip to content

Commit 3a93810

Browse files
committed
Increment versions to 1.2.0 stable.
PiperOrigin-RevId: 250546520
1 parent 1037492 commit 3a93810

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-beta01"
8-
ESPRESSO_VERSION = "3.2.0-beta01"
9-
CORE_VERSION = "1.2.0-beta01"
10-
ANDROIDX_JUNIT_VERSION = "1.1.1-beta01"
11-
ANDROIDX_TRUTH_VERSION = "1.2.0-beta01"
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"
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-beta01";
31+
String ESPRESSO_VERSION = "3.2.0";
3232
// Runner version includes: Runner, Rules, ATO, Monitor
33-
String RUNNER_VERSION = "1.2.0-beta01";
33+
String RUNNER_VERSION = "1.2.0";
3434
}
3535

3636

0 commit comments

Comments
 (0)