* update fastlane
* Bump app build number to 474
(cherry picked from commit 817cfc8acd)
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
8 lines
211 B
Ruby
8 lines
211 B
Ruby
source "https://rubygems.org"
|
|
|
|
gem "fastlane"
|
|
gem "nokogiri"
|
|
gem "dotenv"
|
|
|
|
plugins_path = File.join(File.dirname(__FILE__), '.', 'Pluginfile')
|
|
eval(File.read(plugins_path), binding) if File.exist?(plugins_path)
|