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_released_versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
RUNNER_VERSION = "1.7.0-alpha03"
RULES_VERSION = "1.7.0-alpha03"
MONITOR_VERSION = "1.8.0-alpha03"
ESPRESSO_VERSION = "3.7.0-alpha03"
ESPRESSO_VERSION = "3.7.0-alpha04"
CORE_VERSION = "1.7.0-alpha03"
ESPRESSO_DEVICE_VERSION = "1.1.0-alpha03"
ANDROIDX_JUNIT_VERSION = "1.3.0-alpha03"
Expand Down
2 changes: 1 addition & 1 deletion build_extensions/axt_versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Use tools/release/validate_and_propagate_versions.sh to propagate these versions
RUNNER_VERSION = "1.7.0-alpha04"
RULES_VERSION = "1.7.0-alpha04"
MONITOR_VERSION = "1.8.0-alpha04"
ESPRESSO_VERSION = "3.7.0-alpha04"
ESPRESSO_VERSION = "3.7.0-alpha05"
CORE_VERSION = "1.7.0-alpha04"
ESPRESSO_DEVICE_VERSION = "1.1.0-alpha04"
ANDROIDX_JUNIT_VERSION = "1.3.0-alpha04"
Expand Down
4 changes: 0 additions & 4 deletions espresso/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ The following artifacts were released:

**Bug Fixes**

* Fix #2349, where multi-process + different rotation on 2 activities would
instantly timeout when waiting for the UI to rotate.
* Use getSystemService instead of reflective InputManager.getInstance

**New Features**

**Breaking Changes**
Expand Down
12 changes: 6 additions & 6 deletions gradle-tests/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ dependencyResolutionManagement {
library('runner', 'androidx.test:runner:1.7.0-alpha04')
library('ext.junit', 'androidx.test.ext:junit:1.3.0-alpha04')
library('ext.truth', 'androidx.test.ext:truth:1.7.0-alpha04')
library('espresso.accessibility', 'androidx.test.espresso:espresso-accessibility:3.7.0-alpha04')
library('espresso.contrib', 'androidx.test.espresso:espresso-contrib:3.7.0-alpha04')
library('espresso.core', 'androidx.test.espresso:espresso-core:3.7.0-alpha04')
library('espresso.accessibility', 'androidx.test.espresso:espresso-accessibility:3.7.0-alpha05')
library('espresso.contrib', 'androidx.test.espresso:espresso-contrib:3.7.0-alpha05')
library('espresso.core', 'androidx.test.espresso:espresso-core:3.7.0-alpha05')
library('espresso.device', 'androidx.test.espresso:espresso-device:1.1.0-alpha04')
library('espresso.idlingresource', 'androidx.test.espresso:espresso-idling-resource:3.7.0-alpha04')
library('espresso.intents', 'androidx.test.espresso:espresso-intents:3.7.0-alpha04')
library('espresso.web', 'androidx.test.espresso:espresso-web:3.7.0-alpha04')
library('espresso.idlingresource', 'androidx.test.espresso:espresso-idling-resource:3.7.0-alpha05')
library('espresso.intents', 'androidx.test.espresso:espresso-intents:3.7.0-alpha05')
library('espresso.web', 'androidx.test.espresso:espresso-web:3.7.0-alpha05')
library('orchestrator', 'androidx.test:orchestrator:1.6.0-alpha05')

}
Expand Down
Loading