Skip to content

Instantly share code, notes, and snippets.

@kunny
Last active February 21, 2021 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kunny/34799bc511ba987eb0a8a0ce06583909 to your computer and use it in GitHub Desktop.
Save kunny/34799bc511ba987eb0a8a0ce06583909 to your computer and use it in GitHub Desktop.
Class 101 / Flutter / 8-2 (build.gradle part 2)
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