mirror of
https://github.com/android-actions/setup-android
synced 2024-11-22 05:29:34 -08:00
9 lines
230 B
YAML
9 lines
230 B
YAML
name: 'Setup Android build environment'
|
|
author: 'Dave Olsthoorn'
|
|
description: 'Setup the sdk commandline tools for Android like sdkmanager'
|
|
runs:
|
|
using: 'node12'
|
|
main: 'dist/index.js'
|
|
branding:
|
|
icon: 'list'
|
|
color: 'green'
|