Skip to content

Instantly share code, notes, and snippets.

@dudego
Created March 11, 2021 16:08
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 dudego/438479eff6eb7bce24249c5cc1c8ee82 to your computer and use it in GitHub Desktop.
Save dudego/438479eff6eb7bce24249c5cc1c8ee82 to your computer and use it in GitHub Desktop.
android {
compileSdkVersion 27
.....
defaultConfig {
....
buildConfigField 'String', 'ENC_KEY', "\"$encryptKey\""
buildConfigField 'String', 'ENC_SALT', "\"$encryptSalt\""
buildConfigField 'String', 'ENC_FILE', "\"$outputConfigFileName\""
}
.....
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment