I think it can sometimes be useful to also have the time of the build be accessible to the compiled app, so I added three different examples on how to add the build timestamp into the BuildConfig
(the last one uses the java.time.* API that was added in java 8)
I think it can sometimes be useful to also have the time of the build be accessible to the compiled app, so I added three different examples on how to add the build timestamp into the BuildConfig (the last one uses the java.time.* API that was added in java 8)