From 5923e49a10808ea53346ce459edbcd10ae2512ae Mon Sep 17 00:00:00 2001 From: Nguyen Thai Date: Thu, 27 Jun 2024 15:01:25 +0700 Subject: [PATCH] Auto update fastlane when running --- android/fastlane/Fastfile | 3 +-- ios/fastlane/Fastfile | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/android/fastlane/Fastfile b/android/fastlane/Fastfile index 9966c9243..23b84abae 100644 --- a/android/fastlane/Fastfile +++ b/android/fastlane/Fastfile @@ -11,8 +11,7 @@ # # Uncomment the line if you want fastlane to automatically update itself -# update_fastlane -# +update_fastlane opt_out_usage # Opt out of telemetry default_platform(:android) diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index 371df89ea..61d4600d7 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -11,7 +11,7 @@ # # Uncomment the line if you want fastlane to automatically update itself -# update_fastlane +update_fastlane opt_out_usage default_platform(:ios)