File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 163
163
google-apis-firebaseappdistribution_v1 (~> 0.3.0 )
164
164
google-apis-firebaseappdistribution_v1alpha (~> 0.2.0 )
165
165
fastlane-plugin-load_json (0.0.1 )
166
- fastlane-plugin-stream_actions (0.3.51 )
166
+ fastlane-plugin-stream_actions (0.3.53 )
167
167
xctest_list (= 1.2.1 )
168
168
ffi (1.17.0 )
169
169
fourflusher (2.3.1 )
@@ -320,7 +320,7 @@ DEPENDENCIES
320
320
fastlane
321
321
fastlane-plugin-firebase_app_distribution
322
322
fastlane-plugin-load_json
323
- fastlane-plugin-stream_actions (= 0.3.51 )
323
+ fastlane-plugin-stream_actions (= 0.3.53 )
324
324
rubocop-performance
325
325
rubocop-require_tools
326
326
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ lane :frameworks_sizes do
232
232
end
233
233
234
234
lane :show_frameworks_sizes do |options |
235
- # FIXME: next unless is_check_required(sources: ['package/'], force_check: @force_check)
235
+ next unless is_check_required ( sources : [ 'package/' ] , force_check : @force_check )
236
236
237
237
sizes = options [ :sizes ] || frameworks_sizes
238
238
show_sdk_size ( branch_sizes : sizes , github_repo : github_repo )
Original file line number Diff line number Diff line change 4
4
5
5
gem 'fastlane-plugin-firebase_app_distribution'
6
6
gem 'fastlane-plugin-load_json'
7
- gem 'fastlane-plugin-stream_actions', '0.3.51 '
7
+ gem 'fastlane-plugin-stream_actions', '0.3.53 '
You can’t perform that action at this time.
0 commit comments