Last active
October 13, 2019 14:26
-
-
Save harshabhadra/29627e781f2652c4b3e8f50f07ec9df7 to your computer and use it in GitHub Desktop.
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
// Remote Config keys | |
private static final String LOADING_PHRASE_CONFIG_KEY = "loading_phrase"; | |
private static final String WELCOME_MESSAGE_KEY = "welcome_message"; | |
private static final String CREATE_FORCE_UPDATE_DIALOG_KEY = "create_force_update_dialog"; | |
private static final String VERSION_NAME_KEY = "version_name"; | |
String MY_APP_URL = "https://play.google.com/store/apps/details?id=com.technoidtintin.android.moviesmela"; | |
String version; | |
private FirebaseRemoteConfig mFirebaseRemoteConfig; | |
private TextView mWelcomeTextView, versionNameTextView; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment