Skip to content

Commit 47ac444

Browse files
authored
Merge pull request #27 from devicecloud-dev/feat/android-api-36
Add Android API 36 support and bump version to 2.0.6
2 parents 90c44e0 + deef54f commit 47ac444

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ inputs:
2121
description: 'The ID of the additional app binary(s) previously uploaded to devicecloud.dev to install before execution'
2222
required: false
2323
android-api-level:
24-
description: '[Android only] Android API level to run your flow against <options: 29|30|31|32|33|34|35>'
24+
description: '[Android only] Android API level to run your flow against <options: 29|30|31|32|33|34|35|36>'
2525
required: false
2626
android-device:
2727
description: '[Android only] Android device to run your flow against <options: pixel-6|pixel-6-pro|pixel-7|pixel-7-pro|generic-tablet>'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dcd-github-action",
33
"description": "run maestro tests on devicecloud.dev",
44
"author": "devicecloud.dev",
5-
"version": "2.0.5",
5+
"version": "2.0.6",
66
"main": "src/index.ts",
77
"license": "MIT",
88
"engines": {

0 commit comments

Comments
 (0)