refactor: use direct shell command for Flutter release APK build.
Some checks failed
Deploy Flutter to Firebase / deploy-android (push) Failing after 34s

This commit is contained in:
Van Leemput Dayron
2025-12-09 11:31:21 +01:00
parent a57fc811d8
commit 959fc33fe4

View File

@@ -12,8 +12,7 @@ platform :android do
end end
# 2. Construire l'APK # 2. Construire l'APK
flutter_build(build: "apk") sh("flutter build apk --release")
# Note: Fastlane a un plugin flutter, ou utilisez sh("flutter build apk --release")
# 3. Envoyer à Firebase # 3. Envoyer à Firebase
firebase_app_distribution( firebase_app_distribution(