Skip to content

Instantly share code, notes, and snippets.

@Krillsson
Created December 22, 2022 12:36
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/0914f51b5b492e3dbc7f19993214412c to your computer and use it in GitHub Desktop.
Save Krillsson/0914f51b5b492e3dbc7f19993214412c to your computer and use it in GitHub Desktop.
Log categories in buildConfigField from local.properties
defaultConfig {
buildConfigField "String[]", "LOG_CATEGORIES", readProperty(
project.rootProject.file('local.properties'),
"log.categories",
"{\"Default\"}"
)
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment