File tree Expand file tree Collapse file tree 4 files changed +3
-7
lines changed
runner/android_test_orchestrator Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ ESPRESSO_DEVICE_VERSION = "1.0.0-alpha08"
99ANDROIDX_JUNIT_VERSION = "1.2.0-alpha03"
1010ANDROIDX_TRUTH_VERSION = "1.6.0-alpha03"
1111ANNOTATION_VERSION = "1.1.0-alpha03"
12- ORCHESTRATOR_VERSION = "1.5.0-alpha02 "
12+ ORCHESTRATOR_VERSION = "1.5.0-alpha03 "
1313SERVICES_VERSION = "1.5.0-alpha03"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ESPRESSO_DEVICE_VERSION = "1.0.0-alpha09"
1313ANDROIDX_JUNIT_VERSION = "1.2.0-alpha04"
1414ANDROIDX_TRUTH_VERSION = "1.6.0-alpha04"
1515ANNOTATION_VERSION = "1.1.0-alpha04"
16- ORCHESTRATOR_VERSION = "1.5.0-alpha03 "
16+ ORCHESTRATOR_VERSION = "1.5.0-alpha04 "
1717SERVICES_VERSION = "1.5.0-alpha04"
1818
1919# Full maven artifact strings for apks.
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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-
You can’t perform that action at this time.
0 commit comments