Warning in android build

here’s the warning; not sure what this means?

Warning:
This jar contains signatures that does not include a timestamp. Without a timestamp, users may not be able to validate this jar after the signer certificate's expiration date (2045-07-12) or after any future revocation date.
[14:32:51] Finished 'android-shell-app' after 11 min

from here: https://blogs.oracle.com/mullan/how-to-determine-if-a-signed-jar-is-timestamped

Applying a timestamp when you sign a JAR is strongly recommended, as it allows you to prove that you signed the JAR during the time interval that your code signing certificate was still valid. This allows your JAR to be validated after the certificate expires thereby prolonging the lifetime of your application.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.