-
Notifications
You must be signed in to change notification settings - Fork 91
Expand file tree
/
Copy pathaction.yml edit
More file actions
29 lines (23 loc) · 895 Bytes
/
action.yml edit
File metadata and controls
29 lines (23 loc) · 895 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: 'Setup Android SDK Tools'
author: 'Android-Actions'
description: 'Setup the Android SDK Tools and add them to the path'
inputs:
cmdline-tools-version:
description: 'cmdline-tools-version. See https://developer.android.com/studio#command-line-tools-only'
required: false
default: '14742923'
accept-android-sdk-licenses:
description: 'Android SDK is usable whenever you agree to the license agreement. Should setup-android agree to the licences, provided by "sdkmanager --licenses"'
required: false
default: 'true'
log-accepted-android-sdk-licenses:
description: 'Should accepted licenses be logged. If not, accepted licences will be accepted silently'
required: true
default: 'false'
packages:
description: 'Additional packages to install'
required: True
default: 'tools platform-tools'
branding:
icon: 'list'
color: 'Dark'