fastlane/lib/fastlane/actions/adb_devices.rb in fastlane-2.90.0 vs fastlane/lib/fastlane/actions/adb_devices.rb in fastlane-2.91.0.beta.20180413050017
- old
+ new
@@ -26,10 +26,10 @@
def self.available_options
[
FastlaneCore::ConfigItem.new(key: :adb_path,
env_name: "FL_ADB_PATH",
- description: "The path to your `adb` binary",
+ 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