setup fastlane for android
This commit is contained in:
parent
bf2fab3aa1
commit
c28bf2449e
10 changed files with 485 additions and 3 deletions
6
android/Gemfile
Normal file
6
android/Gemfile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
source "https://rubygems.org"
|
||||
|
||||
gem "fastlane"
|
||||
|
||||
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
|
||||
eval_gemfile(plugins_path) if File.exist?(plugins_path)
|
||||
Loading…
Add table
Add a link
Reference in a new issue