Skip to content

Commit b881aed

Browse files
Merge pull request #2468 from android:verbump
PiperOrigin-RevId: 856707716
2 parents 3338d90 + 6fe1272 commit b881aed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build_extensions/axt_versions.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Use tools/release/validate_and_propagate_versions.sh to propagate these versions
66

77
RUNNER_VERSION = "1.8.0-alpha01"
88
RULES_VERSION = "1.8.0-alpha01"
9-
MONITOR_VERSION = "1.9.0-alpha01"
9+
MONITOR_VERSION = "1.9.0-alpha02"
1010
ESPRESSO_VERSION = "3.8.0-alpha01"
1111
CORE_VERSION = "1.8.0-alpha01"
1212
ESPRESSO_DEVICE_VERSION = "1.2.0-alpha01"

gradle-tests/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencyResolutionManagement {
1919
versionCatalogs {
2020
libs {
2121
library('core', 'androidx.test:core:1.8.0-alpha01')
22-
library('monitor', 'androidx.test:monitor:1.9.0-alpha01')
22+
library('monitor', 'androidx.test:monitor:1.9.0-alpha02')
2323
library('runner', 'androidx.test:runner:1.8.0-alpha01')
2424
library('ext.junit', 'androidx.test.ext:junit:1.4.0-alpha01')
2525
library('ext.truth', 'androidx.test.ext:truth:1.8.0-alpha01')

0 commit comments

Comments
 (0)