Skip to content
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 Build Support #394

Closed
iBotPeaches opened this issue Mar 31, 2024 · 1 comment
Closed

Reproducible Build Support #394

iBotPeaches opened this issue Mar 31, 2024 · 1 comment

Comments

@iBotPeaches
Copy link

Gradle appears to have support natively for Reproducible builds - https://docs.gradle.org/current/userguide/working_with_files.html#sec:reproducible_archives

Basically helping to keep archive dates consistent & ordering. This works without Proguard.

     1146  1980-02-01 00:00   brut/apktool/Main$Verbosity.class
    19575  1980-02-01 00:00   brut/apktool/Main.class

When Proguard is invoked - that breaks.

     1146  2024-03-31 08:07   brut/apktool/Main$Verbosity.class
    19575  2024-03-31 08:07   brut/apktool/Main.class

Could Proguard respect the configuration flags of

    isReproducibleFileOrder = true
    isPreserveFileTimestamps = false
@iBotPeaches
Copy link
Author

O this is an issue already - should have searched - sorry.

#28

@iBotPeaches iBotPeaches closed this as not planned Won't fix, can't repro, duplicate, stale Mar 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant