Skip to content

Commit

Permalink
fix(releases): remove missed jetifier call #trivial (#10482)
Browse files Browse the repository at this point in the history
remove missed jetifier call
  • Loading branch information
brainbicycle committed Jul 13, 2024
1 parent 6844e74 commit a5bf613
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ desc 'Ship android beta to play store or firebase'
lane :ship_beta_android do |options|
deployment_target = options[:deployment_target] || 'play_store' # default to 'play_store'

sh('yarn jetifier')
sh('yarn relay')

is_android_beta = deployment_target == 'firebase'
Expand Down

0 comments on commit a5bf613

Please sign in to comment.