File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/guides/modules/execution-managed/pages Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ include::ROOT:partial$tips/add-version-number.adoc[]
34
34
# .circleci/config.yaml
35
35
version: 2.1
36
36
orbs:
37
- android: circleci/android@2.4 .0
37
+ android: circleci/android@3.1 .0
38
38
# https://circleci.com/developer/orbs/orb/circleci/android for latest version
39
39
workflows:
40
40
test:
@@ -45,7 +45,7 @@ workflows:
45
45
# to execute custom steps before and afer any of the built-in steps
46
46
system-image: system-images;android-29;default;x86
47
47
executor:
48
- name: android/android-machine
48
+ name: android/android_machine
49
49
resource-class: large
50
50
tag: default
51
51
```
@@ -61,12 +61,12 @@ include::ROOT:partial$tips/add-version-number.adoc[]
61
61
# .circleci/config.yml
62
62
version: 2.1
63
63
orbs:
64
- android: circleci/android@2.4 .0
64
+ android: circleci/android@3.1 .0
65
65
# https://circleci.com/developer/orbs/orb/circleci/android for latest version
66
66
jobs:
67
67
test:
68
68
executor:
69
- name: android/android-machine
69
+ name: android/android_machine
70
70
resource-class: large
71
71
tag: default
72
72
steps:
You can’t perform that action at this time.
0 commit comments