Skip to content

Instantly share code, notes, and snippets.

@pandulapeter
Last active October 8, 2019 05:12
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 pandulapeter/7ad678d75a6c2d0f2b1dab0991f49796 to your computer and use it in GitHub Desktop.
Save pandulapeter/7ad678d75a6c2d0f2b1dab0991f49796 to your computer and use it in GitHub Desktop.
Beagle example - Header trick build script
android {
defaultConfig {
buildConfigField("String", "BUILD_DATE", "\"${new Date().format("yyyy.MM.dd")}\"")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment