mirror of
https://github.com/openMF/mifos-mobile.git
synced 2026-02-06 11:26:51 +00:00
* feat: Fixed Release Build * Generated DependencyGuard Baseline * Updated DependencyGuard Baseline * Updated DependencyGuard Baseline
6 lines
177 B
Ruby
6 lines
177 B
Ruby
source "https://rubygems.org"
|
|
|
|
gem "fastlane"
|
|
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
|
|
eval_gemfile(plugins_path) if File.exist?(plugins_path)
|