Skip to content

Commit

Permalink
[CI] Bump max tolerance for sdk size analysis (#2674)
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple authored Sep 17, 2024
1 parent 493cdff commit 98a2f6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/SampleApp/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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.68)
fastlane-plugin-stream_actions (0.3.69)
xctest_list (= 1.2.1)
ffi (1.17.0)
fourflusher (2.3.1)
Expand Down Expand Up @@ -320,7 +320,7 @@ DEPENDENCIES
fastlane
fastlane-plugin-firebase_app_distribution
fastlane-plugin-load_json
fastlane-plugin-stream_actions (= 0.3.68)
fastlane-plugin-stream_actions (= 0.3.69)
rubocop-performance
rubocop-require_tools

Expand Down
2 changes: 1 addition & 1 deletion examples/SampleApp/fastlane/Pluginfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

gem 'fastlane-plugin-firebase_app_distribution'
gem 'fastlane-plugin-load_json'
gem 'fastlane-plugin-stream_actions', '0.3.68'
gem 'fastlane-plugin-stream_actions', '0.3.69'

0 comments on commit 98a2f6c

Please sign in to comment.