fathonyfath / quran-lite-android

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.
MIT License
11 stars 2 forks source link

strange versionName #6

Open IzzySoft opened 3 months ago

IzzySoft commented 3 months ago

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?

Thanks for considering!

fathonyfath commented 2 months ago

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.