Skip to content

Commit

Permalink
Update versions after services and orchestrator release.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 698499131
  • Loading branch information
brettchabot authored and copybara-androidxtest committed Nov 20, 2024
1 parent 470ac95 commit a3adc69
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 17 deletions.
4 changes: 2 additions & 2 deletions build_extensions/axt_released_versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ CORE_VERSION = "1.6.1"
ESPRESSO_DEVICE_VERSION = "1.0.1"
ANDROIDX_JUNIT_VERSION = "1.2.1"
ANDROIDX_TRUTH_VERSION = "1.6.0"
ORCHESTRATOR_VERSION = "1.5.0"
SERVICES_VERSION = "1.5.0"
ORCHESTRATOR_VERSION = "1.6.0-alpha01"
SERVICES_VERSION = "1.6.0-alpha01"
4 changes: 2 additions & 2 deletions build_extensions/axt_versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ CORE_VERSION = "1.7.0-alpha01"
ESPRESSO_DEVICE_VERSION = "1.1.0-alpha01"
ANDROIDX_JUNIT_VERSION = "1.3.0-alpha01"
ANDROIDX_TRUTH_VERSION = "1.7.0-alpha01"
ORCHESTRATOR_VERSION = "1.6.0-alpha01"
SERVICES_VERSION = "1.6.0-alpha01"
ORCHESTRATOR_VERSION = "1.6.0-alpha02"
SERVICES_VERSION = "1.6.0-alpha02"

# Full maven artifact strings for apks.
SERVICES_APK_ARTIFACT = "androidx.test.services:test-services:%s" % SERVICES_VERSION
Expand Down
2 changes: 0 additions & 2 deletions runner/android_test_orchestrator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@

**API Changes**

* Update to minSdkVersion 21

**Breaking API Changes**

**Known Issues**
11 changes: 0 additions & 11 deletions services/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,12 @@

**Bug Fixes**

* TestStorage: Use input directory location for internal files
* StackTrimmer: harden against exceptions coming from Failure.getMessage().

**New Features**

* Adding a LocalSocket-based protocol for the ShellExecutor to talk to the
ShellMain. This obsoletes SpeakEasy; if androidx.test.services is killed
(e.g. by the low memory killer) between the start of the app_process that
invokes LocalSocketShellMain and the start of the test, the test is still able
to talk to LocalSocketShellMain.

**Breaking Changes**

**API Changes**

* Update to minSdkVersion 21

**Breaking API Changes**

**Known Issues**

0 comments on commit a3adc69

Please sign in to comment.