Skip to content

Instantly share code, notes, and snippets.

@codemobiles
Last active August 20, 2021 08:37
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 codemobiles/84b1277f69307756c04224aabc4538e8 to your computer and use it in GitHub Desktop.
Save codemobiles/84b1277f69307756c04224aabc4538e8 to your computer and use it in GitHub Desktop.
flutter_16_08_64
signingConfigs {
release {
keyAlias keystoreProperties['keyAlias']
keyPassword keystoreProperties['keyPassword']
storeFile file(keystoreProperties['storeFile'])
storePassword keystoreProperties['storePassword']
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment