Skip to content

Commit e4bbee1

Browse files
brettchabotcopybara-androidxtest
authored andcommitted
Update runner version to 1.6.0-alpha04 to prep for release.
PiperOrigin-RevId: 558262636
1 parent ffc7a5c commit e4bbee1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build_extensions/axt_versions.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# AXT versions
44
# LINT.IfChange
5-
RUNNER_VERSION = "1.6.0-alpha03" # stable 1.5.1
5+
RUNNER_VERSION = "1.6.0-alpha04" # stable 1.5.1
66
RULES_VERSION = "1.6.0-alpha01" # stable 1.5.0
77
MONITOR_VERSION = "1.7.0-alpha01" # stable 1.6.0
88
ESPRESSO_VERSION = "3.6.0-alpha01" # stable 3.5.0

gradle-tests/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencyResolutionManagement {
1515
}
1616
versionCatalogs {
1717
libs {
18-
library('runner', 'androidx.test:runner:1.6.0-alpha03')
18+
library('runner', 'androidx.test:runner:1.6.0-alpha04')
1919
library('ext.junit', 'androidx.test.ext:junit:1.2.0-alpha01')
2020
library('ext.truth', 'androidx.test.ext:truth:1.6.0-alpha01')
2121
library('espresso.core', 'androidx.test.espresso:espresso-core:3.6.0-alpha01')

0 commit comments

Comments
 (0)