2020-08-11 15:40:16 +00:00
|
|
|
name: 'Setup Android SDK Tools'
|
|
|
|
author: 'Android-Actions'
|
|
|
|
description: 'Setup the Android SDK Tools and add them to the path'
|
2020-07-25 16:07:39 +00:00
|
|
|
|
2023-11-21 19:18:33 +00:00
|
|
|
inputs:
|
|
|
|
cmdline-tools-version:
|
|
|
|
description: 'cmdline-tools-version. See https://developer.android.com/studio#command-line-tools-only'
|
|
|
|
required: false
|
|
|
|
default: '10406996'
|
|
|
|
|
2020-01-03 10:37:01 +00:00
|
|
|
runs:
|
2023-09-25 00:20:06 +00:00
|
|
|
using: node20
|
2020-08-26 15:51:32 +00:00
|
|
|
main: 'dist/index.js'
|
2020-07-25 16:07:39 +00:00
|
|
|
|
2020-01-03 20:38:11 +00:00
|
|
|
branding:
|
|
|
|
icon: 'list'
|
|
|
|
color: 'green'
|