Skip to content

Instantly share code, notes, and snippets.

@iqan
Created May 24, 2020 12:45
Show Gist options
  • Save iqan/781d81100267439451addc4c4fda4258 to your computer and use it in GitHub Desktop.
Save iqan/781d81100267439451addc4c4fda4258 to your computer and use it in GitHub Desktop.
signingConfigs {
release {
keyAlias keystoreProperties['keyAlias']
keyPassword keystoreProperties['keyPassword']
storeFile keystoreProperties['storeFile'] ? file(keystoreProperties['storeFile']) : null
storePassword keystoreProperties['storePassword']
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment