Skip to content

Commit

Permalink
Update versions for next release and clear CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
brettchabot committed Feb 29, 2024
1 parent 8383d78 commit d013245
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
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**

0 comments on commit d013245

Please sign in to comment.