feat: Set up Fastlane for Android with Firebase App Distribution and adjust build configurations.
Some checks failed
Deploy Flutter to Firebase / deploy-android (push) Has been cancelled

This commit is contained in:
Van Leemput Dayron
2025-12-09 11:07:09 +01:00
parent 14d2761832
commit b96c988e80
7 changed files with 305 additions and 56 deletions

View File

@@ -1,3 +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)