Skip to content

Commit bb0238e

Browse files
committed
Default to android-api-level 30
1 parent 219ce1e commit bb0238e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,19 +82,19 @@ inputs:
8282
android-api-level:
8383
description: 'The API level of the Android emulator to run against'
8484
required: true
85-
default: 29
85+
default: 30
8686
android-channel:
8787
required: false
8888
type: string
89-
default: ''
89+
default: 'stable'
9090
android-profile:
9191
required: false
9292
type: string
93-
default: ''
93+
default: 'pixel'
9494
android-target:
9595
required: false
9696
type: string
97-
default: ''
97+
default: 'aosp_atd'
9898
installed-sdk:
9999
required: false
100100
type: string

0 commit comments

Comments
 (0)