Skip to content

Instantly share code, notes, and snippets.

@Krillsson
Last active December 22, 2022 11:39
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 Krillsson/ecfc54d6ea453425ce87428afa33060a to your computer and use it in GitHub Desktop.
Save Krillsson/ecfc54d6ea453425ce87428afa33060a to your computer and use it in GitHub Desktop.
Log categories in buildConfigField basic
defaultConfig {
buildConfigField "String[]", "LOG_CATEGORIES", "{" +
"\"Default\"," +
"\"Push\"," +
"\"Registration\"" +
"}"
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment