-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reproducible Builds #3559
Reproducible Builds #3559
Conversation
Proguard is our problem now - it rolls its own Zip library and this is not respecting the Gradle properties for Reproducible builds. |
Dropping Proguard for r8 - https://r8.googlesource.com/r8#running-r8 |
Yay they are reproducible now between 2 different machines (Kali and Ubuntu). Though build system on different Java versions seems to have a challenge. Unsure what criteria R8 has at the moment. |
Not sure where this spamming is coming from
|
FYI, from command line you can use |
thanks! I peeked the help output & didn't see anything that stood out. I would have never found that. Thanks again. |
- unable to control file dates of archive entries
This reverts commit 5d005bf.
b44ebf8
to
efb077f
Compare
In light of recent events - I'm working to prove the builds I make for Apktool are indeed reproducible by the community.
shadowJar
even though Plugin not used.proguard
even though its R8`Proguard rule does not match anything
java.lang.UnsupportedClassVersionError: com/android/tools/r8/R8 has been compiled by a more recent version of the Java Runtime
)