File tree Expand file tree Collapse file tree 4 files changed +4
-17
lines changed
runner/android_test_orchestrator Expand file tree Collapse file tree 4 files changed +4
-17
lines changed Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ CORE_VERSION = "1.6.1"
88ESPRESSO_DEVICE_VERSION = "1.0.1"
99ANDROIDX_JUNIT_VERSION = "1.2.1"
1010ANDROIDX_TRUTH_VERSION = "1.6.0"
11- ORCHESTRATOR_VERSION = "1.5.0 "
12- SERVICES_VERSION = "1.5.0 "
11+ ORCHESTRATOR_VERSION = "1.6.0-alpha01 "
12+ SERVICES_VERSION = "1.6.0-alpha01 "
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ CORE_VERSION = "1.7.0-alpha01"
1212ESPRESSO_DEVICE_VERSION = "1.1.0-alpha01"
1313ANDROIDX_JUNIT_VERSION = "1.3.0-alpha01"
1414ANDROIDX_TRUTH_VERSION = "1.7.0-alpha01"
15- ORCHESTRATOR_VERSION = "1.6.0-alpha01 "
16- SERVICES_VERSION = "1.6.0-alpha01 "
15+ ORCHESTRATOR_VERSION = "1.6.0-alpha02 "
16+ SERVICES_VERSION = "1.6.0-alpha02 "
1717
1818# Full maven artifact strings for apks.
1919SERVICES_APK_ARTIFACT = "androidx.test.services:test-services:%s" % SERVICES_VERSION
Original file line number Diff line number Diff line change 1212
1313** API Changes**
1414
15- * Update to minSdkVersion 21
16-
1715** Breaking API Changes**
1816
1917** Known Issues**
Original file line number Diff line number Diff line change 66
77** Bug Fixes**
88
9- * TestStorage: Use input directory location for internal files
10- * StackTrimmer: harden against exceptions coming from Failure.getMessage().
11-
129** New Features**
1310
14- * Adding a LocalSocket-based protocol for the ShellExecutor to talk to the
15- ShellMain. This obsoletes SpeakEasy; if androidx.test.services is killed
16- (e.g. by the low memory killer) between the start of the app_process that
17- invokes LocalSocketShellMain and the start of the test, the test is still able
18- to talk to LocalSocketShellMain.
19-
2011** Breaking Changes**
2112
2213** API Changes**
2314
24- * Update to minSdkVersion 21
25-
2615** Breaking API Changes**
2716
2817** Known Issues**
You can’t perform that action at this time.
0 commit comments