Skip to content

Commit

Permalink
Update lib/fastlane/plugin/wpmreleasetoolkit/actions/android/android_…
Browse files Browse the repository at this point in the history
…send_app_size_metrics.rb

Co-authored-by: Gio Lodi <giovanni.lodi42@gmail.com>
  • Loading branch information
AliSoftware and mokagio authored May 26, 2022
1 parent 4db75b2 commit a838422
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def find_apkanalyzer_binary
#
def find_apkanalyzer_binary!
apkanalyzer_bin = find_apkanalyzer_binary
UI.user_error!('Unable to find `apkanalyzer` executable in `$PATH` nor `$ANDROID_SDK_ROOT`. Make sure you installed the Android SDK Command-line Tools') if apkanalyzer_bin.nil?
UI.user_error!('Unable to find `apkanalyzer` executable in either `$PATH` or `$ANDROID_SDK_ROOT`. Make sure you installed the Android SDK Command-line Tools') if apkanalyzer_bin.nil?
apkanalyzer_bin
end

Expand Down

0 comments on commit a838422

Please sign in to comment.