2020-08-11 17:40:16 +02:00
|
|
|
name: 'Setup Android SDK Tools'
|
|
|
|
author: 'Android-Actions'
|
|
|
|
description: 'Setup the Android SDK Tools and add them to the path'
|
2020-07-25 18:07:39 +02:00
|
|
|
|
2023-11-21 21:18:33 +02: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 11:37:01 +01:00
|
|
|
runs:
|
2023-09-25 03:20:06 +03:00
|
|
|
using: node20
|
2020-08-26 17:51:32 +02:00
|
|
|
main: 'dist/index.js'
|
2020-07-25 18:07:39 +02:00
|
|
|
|
2020-01-03 21:38:11 +01:00
|
|
|
branding:
|
|
|
|
icon: 'list'
|
|
|
|
color: 'green'
|