You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name : 'BUILD_DATE'
type : 'Ljava/lang/String;'
access : 0x0019 (PUBLIC STATIC FINAL)
- value : "1720875836589"+ value : "1720955749028"
#2 : (in Lfr/geonature/occtax/BuildConfig;)
name : 'BUILD_TYPE'
type : 'Ljava/lang/String;'
As that's calculated at build time, it prevents the app from being reproducible. With the current v2.7.1 there was an added minor culprit (the APK was built before the last changes have been committed) – but the following recipe lead to a successful RB:
May I kindly ask you to remove that BUILD_DATE field, to allow newer releases to be automatically verified for RB (eh, and also to build from a clean tree after having the latest changes committed)? Thanks in advance!
The text was updated successfully, but these errors were encountered:
At IzzyOnDroid we support Reproducible Builds (see: Reproducible Builds, special client support and more at IzzyOnDroid). Trying for yours, I was able to successfully generate the APK using
./gradlew assembleRelease
, but the resulting APKs were not identical. Today, I found the culprit:gn_mobile_occtax/occtax/build.gradle
Line 36 in ef398ac
As that's calculated at build time, it prevents the app from being reproducible. With the current v2.7.1 there was an added minor culprit (the APK was built before the last changes have been committed) – but the following recipe lead to a successful RB:
results in
May I kindly ask you to remove that
BUILD_DATE
field, to allow newer releases to be automatically verified for RB (eh, and also to build from a clean tree after having the latest changes committed)? Thanks in advance!The text was updated successfully, but these errors were encountered: