mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-28 09:59:50 -04:00
5 lines
131 B
Groovy
5 lines
131 B
Groovy
![]() |
android {
|
||
|
defaultConfig {
|
||
|
buildConfigField "long", "_BUILDINFO_TIMESTAMP", System.currentTimeMillis() + "L"
|
||
|
}
|
||
|
}
|