Skip to content

Commit 467dd4c

Browse files
Merge pull request #9547 from joarkosberg/patch-1
In android machine image doc, use working executor name and latest orb.
2 parents ff3a7ce + 8db4324 commit 467dd4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/guides/modules/execution-managed/pages/android-machine-image.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ include::ROOT:partial$tips/add-version-number.adoc[]
3434
# .circleci/config.yaml
3535
version: 2.1
3636
orbs:
37-
android: circleci/android@2.4.0
37+
android: circleci/android@3.1.0
3838
# https://circleci.com/developer/orbs/orb/circleci/android for latest version
3939
workflows:
4040
test:
@@ -45,7 +45,7 @@ workflows:
4545
# to execute custom steps before and afer any of the built-in steps
4646
system-image: system-images;android-29;default;x86
4747
executor:
48-
name: android/android-machine
48+
name: android/android_machine
4949
resource-class: large
5050
tag: default
5151
```
@@ -61,12 +61,12 @@ include::ROOT:partial$tips/add-version-number.adoc[]
6161
# .circleci/config.yml
6262
version: 2.1
6363
orbs:
64-
android: circleci/android@2.4.0
64+
android: circleci/android@3.1.0
6565
# https://circleci.com/developer/orbs/orb/circleci/android for latest version
6666
jobs:
6767
test:
6868
executor:
69-
name: android/android-machine
69+
name: android/android_machine
7070
resource-class: large
7171
tag: default
7272
steps:

0 commit comments

Comments
 (0)