Last active
October 13, 2019 14:26
-
-
Save harshabhadra/29627e781f2652c4b3e8f50f07ec9df7 to your computer and use it in GitHub Desktop.
Revisions
-
harshabhadra revised this gist
Oct 13, 2019 . 1 changed file with 9 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,4 +2,12 @@ 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; -
harshabhadra created this gist
Oct 13, 2019 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ // 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";