Created
May 2, 2019 16:25
-
-
Save 0xSG/2c9c5682cceaf0efc11203755bb6abbc to your computer and use it in GitHub Desktop.
APP NAME ON FLAVORS FROM RES>STRING
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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