fastlane/lib/fastlane/actions/adb_devices.rb in fastlane_hotfix-2.165.1 vs fastlane/lib/fastlane/actions/adb_devices.rb in fastlane_hotfix-2.187.0

- old
+ new

@@ -25,10 +25,9 @@ def self.available_options [ FastlaneCore::ConfigItem.new(key: :adb_path, env_name: "FL_ADB_PATH", description: "The path to your `adb` binary (can be left blank if the ANDROID_SDK_ROOT environment variable is set)", - is_string: true, optional: true, default_value: "adb") ] end