From 407425a2b9143f30eed7991afb5b92ac087ccb24 Mon Sep 17 00:00:00 2001 From: Van Leemput Dayron Date: Sat, 13 Dec 2025 12:27:26 +0100 Subject: [PATCH] chore: remove unnecessary comment from Fastfile --- android/fastlane/Fastfile | 1 - 1 file changed, 1 deletion(-) diff --git a/android/fastlane/Fastfile b/android/fastlane/Fastfile index 1ae7963..9968ccc 100644 --- a/android/fastlane/Fastfile +++ b/android/fastlane/Fastfile @@ -14,7 +14,6 @@ platform :android do end # 2. Build de l'App Bundle (AAB) - # Votre Mac va compiler ça très vite 🚀 sh("flutter build appbundle --release") # 3. Envoi vers Firebase App Distribution