Skip to content

Commit

Permalink
feat(android): Add command to update the NDK to a given version (#91 by
Browse files Browse the repository at this point in the history
  • Loading branch information
CHNB128 authored Jun 2, 2021
1 parent 305509a commit 64eac35
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/commands/ndk_update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
description: Update Android NDK

parameters:
version:
type: string
default: 22.1.7171670

steps:
- run:
name: Update Android NDK
command: sdkmanager "ndk;<<parameters.version>>"

0 comments on commit 64eac35

Please sign in to comment.