When I make a build, the build number and timestamp are always the same. This obviously causes issues when trying to use the build images for OTA updates, as it's not recognized as a new build.
Manually changing the data in the metadata files allows to update app to see the update, but verification fails as the timestamp in the metadata does not match the build timestamp.
How do I change the build number and timestamp before building?