Skip to content

Instantly share code, notes, and snippets.

@0xSG
Created May 2, 2019 16:25
Show Gist options
  • Save 0xSG/2c9c5682cceaf0efc11203755bb6abbc to your computer and use it in GitHub Desktop.
Save 0xSG/2c9c5682cceaf0efc11203755bb6abbc to your computer and use it in GitHub Desktop.
APP NAME ON FLAVORS FROM RES>STRING
android{
productFlavors {
freeVersion {
applicationId "com.atomtray.android.timereminder.freeVersion"
resValue "string", "override_name", "Free Version"
}
proVersion {
applicationId "com.atomtray.android.timereminder.proVersion"
resValue "string", "override_name", "Pro Version"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment