Just your regular Qur'an apps on Android platform, except I'm trying to make it's app size as small as possible while not sacrificing any functionality at all.
Just wondering as it broke some formatting on a small screen (string longer than expected): What's the use of embedding the build timestamp into versionName?
1.4.0-00ce880 (2024-03-28T12:54Z)
Could you leave that timestamp out? I mean, versionName already contains the commit hash. And building the same commit at different times should not make a difference, should it?
Just pushed the commit to remove the build time. I'll let the ticket open until I published new release, which I will do after checking compatibility with targetSdk 35.
Just wondering as it broke some formatting on a small screen (string longer than expected): What's the use of embedding the build timestamp into
versionName
?Could you leave that timestamp out? I mean,
versionName
already contains the commit hash. And building the same commit at different times should not make a difference, should it?Thanks for considering!