-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstep.yml
More file actions
executable file
·39 lines (36 loc) · 1.38 KB
/
step.yml
File metadata and controls
executable file
·39 lines (36 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
title: Install missing Android tools
summary: Install missing Android tools
description: |-
This step analyze your root settings.gradle file, to collect the active build.gradle files.
Based on the build.gradle files it will:
- install required `compileSdkVersion`s if missing
- install required `buildToolsVersion`s if missing
- update `Support Library` if used
- update `Google Play Services` if used
website: https://github.com/bitrise-steplib/steps-install-missing-android-tools
source_code_url: https://github.com/bitrise-steplib/steps-install-missing-android-tools
support_url: https://github.com/bitrise-steplib/steps-install-missing-android-tools/issues
host_os_tags:
- osx-10.10
project_type_tags:
- android
type_tags:
- script
is_requires_admin_user: false
is_always_run: false
is_skippable: false
run_if: ""
inputs:
- source_dir: $BITRISE_SOURCE_DIR
opts:
title: "Project source dir"
summary: ""
description: |
Your android project's source directory.
- update_support_library_and_play_services: "true"
opts:
title: "Should the step update `Support Library` and `Google Play Services`"
summary: ""
description: |
If project uses `Support Library` and/or `Google Play Services` they will be updated by default.
Set this input to `"false"` if you wan to skip `Support Library` and/or `Google Play Services` updates.