Skip to content

Instantly share code, notes, and snippets.

@manijshrestha
Created March 26, 2015 15:33
Show Gist options
  • Select an option

  • Save manijshrestha/15170b9154279306e201 to your computer and use it in GitHub Desktop.

Select an option

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