Files
TravelMate/android/Gemfile
Van Leemput Dayron b96c988e80
Some checks failed
Deploy Flutter to Firebase / deploy-android (push) Has been cancelled
feat: Set up Fastlane for Android with Firebase App Distribution and adjust build configurations.
2025-12-09 11:07:09 +01:00

7 lines
178 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)