Skip to content

Instantly share code, notes, and snippets.

@hafizrahman
Last active December 9, 2019 03:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hafizrahman/29370553f3ab3021551ab85fc4697eec to your computer and use it in GitHub Desktop.
Save hafizrahman/29370553f3ab3021551ab85fc4697eec to your computer and use it in GitHub Desktop.
Constants file example.
package studio.oldblack.wpflightcontrol
const val WPFC_SHARED_PREFS_FILENAME = "wpfc_prefs"
const val WPFC_WPCOM_AUTH_ENDPOINT = "https://public-api.wordpress.com/oauth2/authorize"
const val WPFC_WPCOM_TOKEN_ENDPOINT = "https://public-api.wordpress.com/oauth2/token"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment