[Issue #192] Accept cmdline-tools-version input parameter

This commit is contained in:
Vilius Sutkus '89
2023-11-21 21:18:33 +02:00
parent 9584f05408
commit 8023252681
7 changed files with 181 additions and 3125 deletions

View File

@@ -2,6 +2,12 @@ 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'