Skip to content

Instantly share code, notes, and snippets.

@manijshrestha
Created March 26, 2015 15:33
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 manijshrestha/15170b9154279306e201 to your computer and use it in GitHub Desktop.
Save manijshrestha/15170b9154279306e201 to your computer and use it in GitHub Desktop.
productFlavors {
demo {
applicationId = "com.manijshrestha.weatherdemo.demo"
resValue "string", "app_name", "Demo App"
}
full {
applicationId = "com.manijshrestha.weatherdemo.full"
resValue "string", "app_name", "Full App"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment