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

https://github.com/trevorwang/android-sdk-fastlane


https://github.com/trevorwang/android-sdk-fastlane

Last synced: 15 days ago
JSON representation

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