Skip to content

Commit d1216ea

Browse files
Merge pull request #2401 from android:incrementVersion061325
PiperOrigin-RevId: 771212233
2 parents fddcda4 + 2b1dcf4 commit d1216ea

File tree

4 files changed

+8
-12
lines changed

4 files changed

+8
-12
lines changed

build_extensions/axt_released_versions.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
RUNNER_VERSION = "1.7.0-alpha03"
55
RULES_VERSION = "1.7.0-alpha03"
66
MONITOR_VERSION = "1.8.0-alpha03"
7-
ESPRESSO_VERSION = "3.7.0-alpha03"
7+
ESPRESSO_VERSION = "3.7.0-alpha04"
88
CORE_VERSION = "1.7.0-alpha03"
99
ESPRESSO_DEVICE_VERSION = "1.1.0-alpha03"
1010
ANDROIDX_JUNIT_VERSION = "1.3.0-alpha03"

build_extensions/axt_versions.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Use tools/release/validate_and_propagate_versions.sh to propagate these versions
77
RUNNER_VERSION = "1.7.0-alpha04"
88
RULES_VERSION = "1.7.0-alpha04"
99
MONITOR_VERSION = "1.8.0-alpha04"
10-
ESPRESSO_VERSION = "3.7.0-alpha04"
10+
ESPRESSO_VERSION = "3.7.0-alpha05"
1111
CORE_VERSION = "1.7.0-alpha04"
1212
ESPRESSO_DEVICE_VERSION = "1.1.0-alpha04"
1313
ANDROIDX_JUNIT_VERSION = "1.3.0-alpha04"

espresso/CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ The following artifacts were released:
1616

1717
**Bug Fixes**
1818

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

2521
**Breaking Changes**

gradle-tests/settings.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ dependencyResolutionManagement {
2222
library('runner', 'androidx.test:runner:1.7.0-alpha04')
2323
library('ext.junit', 'androidx.test.ext:junit:1.3.0-alpha04')
2424
library('ext.truth', 'androidx.test.ext:truth:1.7.0-alpha04')
25-
library('espresso.accessibility', 'androidx.test.espresso:espresso-accessibility:3.7.0-alpha04')
26-
library('espresso.contrib', 'androidx.test.espresso:espresso-contrib:3.7.0-alpha04')
27-
library('espresso.core', 'androidx.test.espresso:espresso-core:3.7.0-alpha04')
25+
library('espresso.accessibility', 'androidx.test.espresso:espresso-accessibility:3.7.0-alpha05')
26+
library('espresso.contrib', 'androidx.test.espresso:espresso-contrib:3.7.0-alpha05')
27+
library('espresso.core', 'androidx.test.espresso:espresso-core:3.7.0-alpha05')
2828
library('espresso.device', 'androidx.test.espresso:espresso-device:1.1.0-alpha04')
29-
library('espresso.idlingresource', 'androidx.test.espresso:espresso-idling-resource:3.7.0-alpha04')
30-
library('espresso.intents', 'androidx.test.espresso:espresso-intents:3.7.0-alpha04')
31-
library('espresso.web', 'androidx.test.espresso:espresso-web:3.7.0-alpha04')
29+
library('espresso.idlingresource', 'androidx.test.espresso:espresso-idling-resource:3.7.0-alpha05')
30+
library('espresso.intents', 'androidx.test.espresso:espresso-intents:3.7.0-alpha05')
31+
library('espresso.web', 'androidx.test.espresso:espresso-web:3.7.0-alpha05')
3232
library('orchestrator', 'androidx.test:orchestrator:1.6.0-alpha05')
3333

3434
}

0 commit comments

Comments
 (0)