Skip to content
Open
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 @@ -9,5 +9,5 @@ ESPRESSO_DEVICE_VERSION = "1.0.0-alpha08"
ANDROIDX_JUNIT_VERSION = "1.2.0-alpha03"
ANDROIDX_TRUTH_VERSION = "1.6.0-alpha03"
ANNOTATION_VERSION = "1.1.0-alpha03"
ORCHESTRATOR_VERSION = "1.5.0-alpha02"
ORCHESTRATOR_VERSION = "1.5.0-alpha03"
SERVICES_VERSION = "1.5.0-alpha03"
2 changes: 1 addition & 1 deletion build_extensions/axt_versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ESPRESSO_DEVICE_VERSION = "1.0.0-alpha09"
ANDROIDX_JUNIT_VERSION = "1.2.0-alpha04"
ANDROIDX_TRUTH_VERSION = "1.6.0-alpha04"
ANNOTATION_VERSION = "1.1.0-alpha04"
ORCHESTRATOR_VERSION = "1.5.0-alpha03"
ORCHESTRATOR_VERSION = "1.5.0-alpha04"
SERVICES_VERSION = "1.5.0-alpha04"

# Full maven artifact strings for apks.
Expand Down
2 changes: 1 addition & 1 deletion gradle-tests/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencyResolutionManagement {
library('espresso.idlingresource', 'androidx.test.espresso:espresso-idling-resource:3.6.0-alpha04')
library('espresso.intents', 'androidx.test.espresso:espresso-intents:3.6.0-alpha04')
library('espresso.web', 'androidx.test.espresso:espresso-web:3.6.0-alpha04')
library('orchestrator', 'androidx.test:orchestrator:1.5.0-alpha03')
library('orchestrator', 'androidx.test:orchestrator:1.5.0-alpha04')

}
}
Expand Down
4 changes: 0 additions & 4 deletions runner/android_test_orchestrator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,10 @@

**New Features**

* Introduce Instrumentation Params Proxying which allows the user to proxy
instrumentation arguments to the APK under test (eg: --no-hidden-api-checks).

**Breaking Changes**

**API Changes**

**Breaking API Changes**

**Known Issues**