Skip to content

Commit 219ce1e

Browse files
committed
Default to android-api-level 29 instead of 30
1 parent 4641ed1 commit 219ce1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,15 @@ inputs:
8686
android-channel:
8787
required: false
8888
type: string
89-
default: 'stable'
89+
default: ''
9090
android-profile:
9191
required: false
9292
type: string
93-
default: 'pixel'
93+
default: ''
9494
android-target:
9595
required: false
9696
type: string
97-
default: 'aosp_atd'
97+
default: ''
9898
installed-sdk:
9999
required: false
100100
type: string

0 commit comments

Comments
 (0)