@Retention(value=SOURCE)
public @interface Environment
SANDBOX
should be used.
When deploying to the general public, PRODUCTION
must be used.
Each environment will have a different API key associated with it.
It is important to remember to change the API Key to the production API Key value before
submitting apps to the Play Store.