5 lines
131 B
Groovy

android {
defaultConfig {
buildConfigField "long", "_BUILDINFO_TIMESTAMP", System.currentTimeMillis() + "L"
}
}