Skip to content

Commit 8e97736

Browse files
committed
Update
1 parent 364b905 commit 8e97736

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/SampleApp/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ GEM
163163
google-apis-firebaseappdistribution_v1 (~> 0.3.0)
164164
google-apis-firebaseappdistribution_v1alpha (~> 0.2.0)
165165
fastlane-plugin-load_json (0.0.1)
166-
fastlane-plugin-stream_actions (0.3.51)
166+
fastlane-plugin-stream_actions (0.3.53)
167167
xctest_list (= 1.2.1)
168168
ffi (1.17.0)
169169
fourflusher (2.3.1)
@@ -320,7 +320,7 @@ DEPENDENCIES
320320
fastlane
321321
fastlane-plugin-firebase_app_distribution
322322
fastlane-plugin-load_json
323-
fastlane-plugin-stream_actions (= 0.3.51)
323+
fastlane-plugin-stream_actions (= 0.3.53)
324324
rubocop-performance
325325
rubocop-require_tools
326326

examples/SampleApp/fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ lane :frameworks_sizes do
232232
end
233233

234234
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)
236236

237237
sizes = options[:sizes] || frameworks_sizes
238238
show_sdk_size(branch_sizes: sizes, github_repo: github_repo)

examples/SampleApp/fastlane/Pluginfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
gem 'fastlane-plugin-firebase_app_distribution'
66
gem 'fastlane-plugin-load_json'
7-
gem 'fastlane-plugin-stream_actions', '0.3.51'
7+
gem 'fastlane-plugin-stream_actions', '0.3.53'

0 commit comments

Comments
 (0)