Skip to content

Instantly share code, notes, and snippets.

@akndmr
Last active March 3, 2018 23:11
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 akndmr/3bfeba08d5f22466c1bef56a36c2bfd3 to your computer and use it in GitHub Desktop.
Save akndmr/3bfeba08d5f22466c1bef56a36c2bfd3 to your computer and use it in GitHub Desktop.
Popvie - buildConfigField
android {
/*...*/
buildTypes.each {
it.buildConfigField 'String', 'TMDB_API_KEY', TmdbBApiKey
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment