Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update versions for next release and clear CHANGELOG #2163

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion build_extensions/axt_released_versions.bzl
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
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
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
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**