An open API service indexing awesome lists of open source software.

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

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"
```