Method: Fastlane::Actions::GenerateAndroidKeystoreAction.description
- Defined in:
- lib/fastlane/plugin/react_native_release/actions/generate_android_keystore.rb
.description ⇒ Object
80 81 82 |
# File 'lib/fastlane/plugin/react_native_release/actions/generate_android_keystore.rb', line 80 def self.description "Decrypts app env vars and sets the values in the root .env file" end |