https://github.com/maymeow/apk-build-action
Build debug APK file on Github
https://github.com/maymeow/apk-build-action
Last synced: 9 months ago
JSON representation
Build debug APK file on Github
- Host: GitHub
- URL: https://github.com/maymeow/apk-build-action
- Owner: MayMeow
- Created: 2021-09-28T21:17:42.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-28T21:48:03.000Z (almost 5 years ago)
- Last Synced: 2025-02-15T10:02:37.364Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# APK build action
Use this to build debug apk.
```yaml
- name: APK Build action
uses: MayMeow/apk-build/action@v1
with:
android-compile-sdk: "30"
android-build-tools: "30.0.2"
android-sdk-tools: "6514223"
```