Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build_extensions/axt_versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Use tools/release/validate_and_propagate_versions.sh to propagate these versions

RUNNER_VERSION = "1.8.0-alpha01"
RULES_VERSION = "1.8.0-alpha01"
MONITOR_VERSION = "1.9.0-alpha01"
MONITOR_VERSION = "1.9.0-alpha02"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

This version bump appears to be incompletely propagated. The release script tools/release/validate_and_propagate_versions.sh is intended to update //:axt_m2_repository for Bazel builds, but the corresponding changes are not included in this pull request. This omission could cause Bazel to use an outdated version of the monitor dependency, creating a discrepancy between Gradle and Bazel builds. To resolve this, please run the full propagation script and commit all resulting file changes.

ESPRESSO_VERSION = "3.8.0-alpha01"
CORE_VERSION = "1.8.0-alpha01"
ESPRESSO_DEVICE_VERSION = "1.2.0-alpha01"
Expand Down
2 changes: 1 addition & 1 deletion gradle-tests/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencyResolutionManagement {
versionCatalogs {
libs {
library('core', 'androidx.test:core:1.8.0-alpha01')
library('monitor', 'androidx.test:monitor:1.9.0-alpha01')
library('monitor', 'androidx.test:monitor:1.9.0-alpha02')
library('runner', 'androidx.test:runner:1.8.0-alpha01')
library('ext.junit', 'androidx.test.ext:junit:1.4.0-alpha01')
library('ext.truth', 'androidx.test.ext:truth:1.8.0-alpha01')
Expand Down
Loading