File tree 4 files changed +3
-7
lines changed
runner/android_test_orchestrator
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"
9
9
ANDROIDX_JUNIT_VERSION = "1.2.0-alpha03"
10
10
ANDROIDX_TRUTH_VERSION = "1.6.0-alpha03"
11
11
ANNOTATION_VERSION = "1.1.0-alpha03"
12
- ORCHESTRATOR_VERSION = "1.5.0-alpha02 "
12
+ ORCHESTRATOR_VERSION = "1.5.0-alpha03 "
13
13
SERVICES_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"
13
13
ANDROIDX_JUNIT_VERSION = "1.2.0-alpha04"
14
14
ANDROIDX_TRUTH_VERSION = "1.6.0-alpha04"
15
15
ANNOTATION_VERSION = "1.1.0-alpha04"
16
- ORCHESTRATOR_VERSION = "1.5.0-alpha03 "
16
+ ORCHESTRATOR_VERSION = "1.5.0-alpha04 "
17
17
SERVICES_VERSION = "1.5.0-alpha04"
18
18
19
19
# Full maven artifact strings for apks.
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencyResolutionManagement {
28
28
library(' espresso.idlingresource' , ' androidx.test.espresso:espresso-idling-resource:3.6.0-alpha04' )
29
29
library(' espresso.intents' , ' androidx.test.espresso:espresso-intents:3.6.0-alpha04' )
30
30
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 ' )
32
32
33
33
}
34
34
}
Original file line number Diff line number Diff line change 8
8
9
9
** New Features**
10
10
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
-
14
11
** Breaking Changes**
15
12
16
13
** API Changes**
17
14
18
15
** Breaking API Changes**
19
16
20
17
** Known Issues**
21
-
You can’t perform that action at this time.
0 commit comments