Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #379 from vania-pooh/master
Browse files Browse the repository at this point in the history
Moved Android images to browsers/* namespace
  • Loading branch information
vania-pooh authored May 7, 2021
2 parents 008e472 + 523a110 commit 2080188
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/android.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ WARNING: Hardware server or virtual machine with nested virtualization support i
|===
| Image | Android version | Appium version

| selenoid/android:4.4 | 4.4 | 1.18.1
| selenoid/android:5.0 | 5.0 | 1.18.1
| selenoid/android:5.1 | 5.1 | 1.18.1
| selenoid/android:6.0 | 6.0 | 1.18.1
| selenoid/android:7.0 | 7.0 | 1.18.1
| selenoid/android:7.1 | 7.1 | 1.18.1
| selenoid/android:8.0 | 8.0 | 1.18.1
| selenoid/android:8.1 | 8.1 | 1.18.1
| selenoid/android:9.0 | 9.0 | 1.18.1
| selenoid/android:10.0 | 10.0 | 1.18.1
| browsers/android:4.4 | 4.4 | 1.18.1
| browsers/android:5.0 | 5.0 | 1.18.1
| browsers/android:5.1 | 5.1 | 1.18.1
| browsers/android:6.0 | 6.0 | 1.18.1
| browsers/android:7.0 | 7.0 | 1.18.1
| browsers/android:7.1 | 7.1 | 1.18.1
| browsers/android:8.0 | 8.0 | 1.18.1
| browsers/android:8.1 | 8.1 | 1.18.1
| browsers/android:9.0 | 9.0 | 1.18.1
| browsers/android:10.0 | 10.0 | 1.18.1
|===

[NOTE]
Expand All @@ -32,7 +32,7 @@ An example `browsers.json` for Android images looks like the following:
"default": "6.0",
"versions": {
"6.0": {
"image": "selenoid/android:6.0",
"image": "browsers/android:6.0",
"port": "4444",
"path": "/wd/hub"
}
Expand Down

0 comments on commit 2080188

Please sign in to comment.