Skip to content

Instantly share code, notes, and snippets.

@ckdevrel
Created February 9, 2018 05:05
Show Gist options
  • Save ckdevrel/6ddfd4fd1919273c43d9bb26091acf2b to your computer and use it in GitHub Desktop.
Save ckdevrel/6ddfd4fd1919273c43d9bb26091acf2b to your computer and use it in GitHub Desktop.
defaultConfig {
defaultPublishConfig 'debug'
applicationId "YOUR_APPLICATION_ID"
minSdkVersion 19
targetSdkVersion 27
versionCode 1000
versionName '0.1.0'
manifestPlaceholders = [ GOOGLE_MAPS_API_KEY:getApiKey()]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment