Skip to content

Instantly share code, notes, and snippets.

@kunny
Last active February 21, 2021 14:14
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/faf22df2e89a2b41f9d434f0c0218e33 to your computer and use it in GitHub Desktop.
Save kunny/faf22df2e89a2b41f9d434f0c0218e33 to your computer and use it in GitHub Desktop.
Class 101 / Flutter / 8-2 (build.gradle part 1)
def keystoreProperties = new Properties()
def keystorePropertiesFile = rootProject.file('key.properties');
if (keystorePropertiesFile.exists()) {
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment