fastlane/lib/fastlane/actions/gradle.rb in fastlane-2.26.0 vs fastlane/lib/fastlane/actions/gradle.rb in fastlane-2.26.1
- old
+ new
@@ -125,10 +125,10 @@
description: 'Gradle properties to be exposed to the gradle script',
optional: true,
is_string: false),
FastlaneCore::ConfigItem.new(key: :serial,
env_name: 'FL_ANDROID_SERIAL',
- description: 'Android serial, wich device should be used for this command',
+ description: 'Android serial, which device should be used for this command',
is_string: true,
default_value: ''),
FastlaneCore::ConfigItem.new(key: :print_command,
env_name: 'FL_GRADLE_PRINT_COMMAND',
description: 'Control whether the generated Gradle command is printed as output before running it (true/false)',