screengrab/lib/screengrab/options.rb in fastlane_hotfix-2.165.1 vs screengrab/lib/screengrab/options.rb in fastlane_hotfix-2.187.0
- old
+ new
@@ -20,11 +20,12 @@
default_value_dynamic: true,
description: "Path to the root of your Android SDK installation, e.g. ~/tools/android-sdk-macosx"),
FastlaneCore::ConfigItem.new(key: :build_tools_version,
short_option: "-i",
optional: true,
- description: "The Android build tools version to use, e.g. '23.0.2'"),
+ description: "The Android build tools version to use, e.g. '23.0.2'",
+ deprecated: true),
FastlaneCore::ConfigItem.new(key: :locales,
description: "A list of locales which should be used",
short_option: "-q",
type: Array,
default_value: ['en-US']),
@@ -80,13 +81,15 @@
description: "The fully qualified class name of your test instrumentation runner"),
FastlaneCore::ConfigItem.new(key: :ending_locale,
env_name: 'SCREENGRAB_ENDING_LOCALE',
optional: true,
default_value: 'en-US',
- description: "Return the device to this locale after running tests"),
+ description: "Return the device to this locale after running tests",
+ deprecated: true),
FastlaneCore::ConfigItem.new(key: :use_adb_root,
env_name: 'SCREENGRAB_USE_ADB_ROOT',
description: "Restarts the adb daemon using `adb root` to allow access to screenshots directories on device. Use if getting 'Permission denied' errors",
+ deprecated: true,
default_value: false,
type: Boolean),
FastlaneCore::ConfigItem.new(key: :app_apk_path,
env_name: 'SCREENGRAB_APP_APK_PATH',
optional: true,