Skip to content

Commit d013245

Browse files
committed
Update versions for next release and clear CHANGELOG
1 parent 8383d78 commit d013245

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

build_extensions/axt_released_versions.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ ESPRESSO_DEVICE_VERSION = "1.0.0-alpha08"
99
ANDROIDX_JUNIT_VERSION = "1.2.0-alpha03"
1010
ANDROIDX_TRUTH_VERSION = "1.6.0-alpha03"
1111
ANNOTATION_VERSION = "1.1.0-alpha03"
12-
ORCHESTRATOR_VERSION = "1.5.0-alpha02"
12+
ORCHESTRATOR_VERSION = "1.5.0-alpha03"
1313
SERVICES_VERSION = "1.5.0-alpha03"

build_extensions/axt_versions.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ESPRESSO_DEVICE_VERSION = "1.0.0-alpha09"
1313
ANDROIDX_JUNIT_VERSION = "1.2.0-alpha04"
1414
ANDROIDX_TRUTH_VERSION = "1.6.0-alpha04"
1515
ANNOTATION_VERSION = "1.1.0-alpha04"
16-
ORCHESTRATOR_VERSION = "1.5.0-alpha03"
16+
ORCHESTRATOR_VERSION = "1.5.0-alpha04"
1717
SERVICES_VERSION = "1.5.0-alpha04"
1818

1919
# Full maven artifact strings for apks.

gradle-tests/settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencyResolutionManagement {
2828
library('espresso.idlingresource', 'androidx.test.espresso:espresso-idling-resource:3.6.0-alpha04')
2929
library('espresso.intents', 'androidx.test.espresso:espresso-intents:3.6.0-alpha04')
3030
library('espresso.web', 'androidx.test.espresso:espresso-web:3.6.0-alpha04')
31-
library('orchestrator', 'androidx.test:orchestrator:1.5.0-alpha03')
31+
library('orchestrator', 'androidx.test:orchestrator:1.5.0-alpha04')
3232

3333
}
3434
}

runner/android_test_orchestrator/CHANGELOG.md

-4
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,10 @@
88

99
**New Features**
1010

11-
* Introduce Instrumentation Params Proxying which allows the user to proxy
12-
instrumentation arguments to the APK under test (eg: --no-hidden-api-checks).
13-
1411
**Breaking Changes**
1512

1613
**API Changes**
1714

1815
**Breaking API Changes**
1916

2017
**Known Issues**
21-

0 commit comments

Comments
 (0)