Skip to content

[android] Set version code to seconds from epoch on each build

Nicolas Fella requested to merge nicolasfella/ci-tooling:epoch into master

To make FDroid recognize the APK as updated we need to increase the version number.

We could do that in the source code directly, but a daily commit that bumps the version code would spam git history quickly. Instead, let's patch it on every binary factory run.

Merge request reports