mirror of
https://github.com/android-actions/setup-android
synced 2024-11-22 05:29:34 -08:00
17 lines
401 B
YAML
17 lines
401 B
YAML
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: '10406996'
|
|
|
|
runs:
|
|
using: node20
|
|
main: 'dist/index.js'
|
|
|
|
branding:
|
|
icon: 'list'
|
|
color: 'green'
|