Skip to content

Commit a3adc69

Browse files
brettchabotcopybara-androidxtest
authored andcommitted
Update versions after services and orchestrator release.
PiperOrigin-RevId: 698499131
1 parent 470ac95 commit a3adc69

File tree

4 files changed

+4
-17
lines changed

4 files changed

+4
-17
lines changed

build_extensions/axt_released_versions.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ CORE_VERSION = "1.6.1"
88
ESPRESSO_DEVICE_VERSION = "1.0.1"
99
ANDROIDX_JUNIT_VERSION = "1.2.1"
1010
ANDROIDX_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"

build_extensions/axt_versions.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ CORE_VERSION = "1.7.0-alpha01"
1212
ESPRESSO_DEVICE_VERSION = "1.1.0-alpha01"
1313
ANDROIDX_JUNIT_VERSION = "1.3.0-alpha01"
1414
ANDROIDX_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.
1919
SERVICES_APK_ARTIFACT = "androidx.test.services:test-services:%s" % SERVICES_VERSION

runner/android_test_orchestrator/CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212

1313
**API Changes**
1414

15-
* Update to minSdkVersion 21
16-
1715
**Breaking API Changes**
1816

1917
**Known Issues**

services/CHANGELOG.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,12 @@
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**

0 commit comments

Comments
 (0)