* Upgrade Navigation library * Fix background color on Select Server * Upgrade Navigation library * Apply patch to nav lib * Upgrade RNN to 6.1.1 * Update Dependencies * Feedback review * Call clearNavigationComponents when reset to channel
8 lines
226 B
Ruby
8 lines
226 B
Ruby
source "https://rubygems.org"
|
|
|
|
gem "fastlane", "2.141.0"
|
|
gem "nokogiri"
|
|
gem "aws-sdk-s3"
|
|
|
|
plugins_path = File.join(File.dirname(__FILE__), '.', 'Pluginfile')
|
|
eval(File.read(plugins_path), binding) if File.exist?(plugins_path)
|