Skip to content

Commit

Permalink
Update runner version to 1.6.0-alpha04 to prep for release.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 558262636
  • Loading branch information
brettchabot authored and copybara-androidxtest committed Aug 18, 2023
1 parent ffc7a5c commit e4bbee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_extensions/axt_versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# AXT versions
# LINT.IfChange
RUNNER_VERSION = "1.6.0-alpha03" # stable 1.5.1
RUNNER_VERSION = "1.6.0-alpha04" # stable 1.5.1
RULES_VERSION = "1.6.0-alpha01" # stable 1.5.0
MONITOR_VERSION = "1.7.0-alpha01" # stable 1.6.0
ESPRESSO_VERSION = "3.6.0-alpha01" # stable 3.5.0
Expand Down
2 changes: 1 addition & 1 deletion gradle-tests/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencyResolutionManagement {
}
versionCatalogs {
libs {
library('runner', 'androidx.test:runner:1.6.0-alpha03')
library('runner', 'androidx.test:runner:1.6.0-alpha04')
library('ext.junit', 'androidx.test.ext:junit:1.2.0-alpha01')
library('ext.truth', 'androidx.test.ext:truth:1.6.0-alpha01')
library('espresso.core', 'androidx.test.espresso:espresso-core:3.6.0-alpha01')
Expand Down

0 comments on commit e4bbee1

Please sign in to comment.