I would like to be able to quickly visually verify that a new build has been installed on my emulator. One way I'm considering, is to have the @string/app_name value be updated upon each new build with a unique hash, or maybe just a random four char value. Then when I see the application icon on the phone, it will have a different value than the last build and I'll know it was updated.
Is there a way to programmatically update @string values at build time? Maybe some Gradle functionality I'm not aware of?