https://github.com/amyu/setup-bundletool
setup bundletool
https://github.com/amyu/setup-bundletool
android bundletool setup
Last synced: about 2 months ago
JSON representation
setup bundletool
- Host: GitHub
- URL: https://github.com/amyu/setup-bundletool
- Owner: amyu
- License: mit
- Created: 2023-05-31T15:17:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T14:59:25.000Z (almost 3 years ago)
- Last Synced: 2026-04-22T10:57:28.939Z (about 2 months ago)
- Topics: android, bundletool, setup
- Language: TypeScript
- Homepage:
- Size: 623 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# setup-bundletool
This action provides the following functionality for GitHub Actions users:
- Download [bundletool](https://github.com/google/bundletool/releases) and use it in subsequent Steps as `bundletool` command
- Runs on Mac, Linux and Windows powered by SelfHostedRunner or GithubHostedRunner
# Usage
See [action.yml](action.yml)
**Basic:**
```yaml
steps:
- uses: actions/checkout@v3
# bundletool requires java
- name: Setup JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: temurin
- name: Setup bundletool
uses: amyu/setup-bundletool@v1
- run: bundletool help
```
# License
The scripts and documentation in this project are released under the [MIT License](LICENSE)
# Contributions
Contributions are welcome!