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

https://github.com/hantrungkien/android-fastlane

Fastlane for Android apps on GitLab
https://github.com/hantrungkien/android-fastlane

Last synced: 8 months ago
JSON representation

Fastlane for Android apps on GitLab

Awesome Lists containing this project

README

          

### Fastlane for Android apps on GitLab

![Docker Pulls](https://img.shields.io/docker/pulls/hantrungkien/android-fastlane.svg)
![Docker Automated](https://img.shields.io/docker/automated/hantrungkien/android-fastlane.svg)
![Docker Build](https://img.shields.io/docker/cloud/build/hantrungkien/android-fastlane.svg)

## Sample usages
### GitLab
*.gitlab-ci.yml*

```yml
image: hantrungkien/android-fastlane:latest

stages:
- deploy

deploy:
stage: deploy
script:
- fastlane distribute
```