Guest User

Untitled

a guest
Nov 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. productFlavors {
  2. abc {
  3. resValue "string", "build_type", "Version " + defaultConfig.versionName
  4. applicationId "com.abc"
  5. }
  6. def {
  7. resValue "string", "build_type", "Version " + defaultConfig.versionName
  8. applicationId "com.def"
  9. }
Add Comment
Please, Sign In to add comment