From fe5cf82a4f11c49110b178485016d0372b41e844 Mon Sep 17 00:00:00 2001 From: Alexey Alter-Pesotskiy Date: Mon, 4 Nov 2024 14:56:09 +0000 Subject: [PATCH] [CI] Fix SDK Size Report issue --- examples/SampleApp/Gemfile.lock | 4 ++-- examples/SampleApp/fastlane/Pluginfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/SampleApp/Gemfile.lock b/examples/SampleApp/Gemfile.lock index e0d353669e..50ef699e97 100644 --- a/examples/SampleApp/Gemfile.lock +++ b/examples/SampleApp/Gemfile.lock @@ -163,7 +163,7 @@ GEM google-apis-firebaseappdistribution_v1 (~> 0.3.0) google-apis-firebaseappdistribution_v1alpha (~> 0.2.0) fastlane-plugin-load_json (0.0.1) - fastlane-plugin-stream_actions (0.3.69) + fastlane-plugin-stream_actions (0.3.73) xctest_list (= 1.2.1) ffi (1.17.0) fourflusher (2.3.1) @@ -320,7 +320,7 @@ DEPENDENCIES fastlane fastlane-plugin-firebase_app_distribution fastlane-plugin-load_json - fastlane-plugin-stream_actions (= 0.3.69) + fastlane-plugin-stream_actions (= 0.3.73) rubocop-performance rubocop-require_tools diff --git a/examples/SampleApp/fastlane/Pluginfile b/examples/SampleApp/fastlane/Pluginfile index 4d5f3ebd70..5cb59d45fd 100644 --- a/examples/SampleApp/fastlane/Pluginfile +++ b/examples/SampleApp/fastlane/Pluginfile @@ -4,4 +4,4 @@ gem 'fastlane-plugin-firebase_app_distribution' gem 'fastlane-plugin-load_json' -gem 'fastlane-plugin-stream_actions', '0.3.69' +gem 'fastlane-plugin-stream_actions', '0.3.73'