https://github.com/trevorwang/android-sdk-fastlane
https://github.com/trevorwang/android-sdk-fastlane
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/trevorwang/android-sdk-fastlane
- Owner: trevorwang
- License: mit
- Created: 2018-11-27T06:53:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-14T06:19:29.000Z (over 1 year ago)
- Last Synced: 2025-03-24T14:46:28.823Z (about 1 month ago)
- Language: Dockerfile
- Size: 11.7 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# android-sdk-fastlane
## Setup bundle env with android sdk image
1. Prepare `Gemfile` in your project and add `fastlane` dependencies
```ruby
gem "fastlane"
```
1. Run as the following script```
bundle install
bundle exec fastlane your_action
```