mirror of
https://gitea.com/actions/setup-android.git
synced 2025-12-31 03:18:23 +00:00
Initial changes for setup-android
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
name: 'Android Problem Matchers'
|
||||
author: 'Jonas Bengtsson'
|
||||
description: 'Adds common problem matchers for Android builds'
|
||||
name: 'Setup Android build environment'
|
||||
author: 'Dave Olsthoorn'
|
||||
description: 'Setup the sdk commandline tools for Android like sdkmanager'
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'index.js'
|
||||
main: 'dist/index.js'
|
||||
branding:
|
||||
icon: 'list'
|
||||
color: 'green'
|
||||
|
||||
Reference in New Issue
Block a user