Is it possible to get generated time of APK programmatically?
I want to display that on the build time for build identification purposes.
I know that I could hard code the time string in the gradle file and access them in my Kotlin code, as this answer suggests, But that would mean every time I've to change the string when I re-generate the build.
Any help would be appreciated.