Skip to content

Instantly share code, notes, and snippets.

@kostovtd
Created November 20, 2016 19:15
Show Gist options
  • Save kostovtd/3536d9b29d666d07272c3ff4437d7bc4 to your computer and use it in GitHub Desktop.
Save kostovtd/3536d9b29d666d07272c3ff4437d7bc4 to your computer and use it in GitHub Desktop.
productFlavors {
newYorkTimes {
applicationId "com.nyt.rss"
buildConfigField 'String', 'HOST', '"http://nytimes.com"'
}
theGuardian {
applicationId "com.theguardian.rss"
buildConfigField 'String', 'HOST', '"http://theguardian.com"'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment