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
- Host: GitHub
- URL: https://github.com/hantrungkien/android-fastlane
- Owner: hantrungkien
- License: gpl-3.0
- Created: 2021-02-25T14:42:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-25T16:21:48.000Z (over 4 years ago)
- Last Synced: 2024-12-28T14:30:27.002Z (10 months ago)
- Language: Ruby
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Fastlane for Android apps on GitLab



## Sample usages
### GitLab
*.gitlab-ci.yml*
```yml
image: hantrungkien/android-fastlane:latest
stages:
- deploy
deploy:
stage: deploy
script:
- fastlane distribute
```