android
android copied to clipboard
Will mega ever support reproducible builds?
I would like to check if the play store version comes from this codebase. I am not sure how to do that right now.
Hello. Yes, the play store version has the same code base as what’s in GitHub.
You should be able to build the MEGA app by following the build instruction - https://github.com/meganz/android
@angelds-mega Mega Gradle plugin is hosted in private Artifactory, and I can't find the source code in meganz's Github nor the instruction about swapping this dependency.
I think we should update the build instructions around this
We have put some dependent libraries to private Artifactory. We have provided local building instructions(Step 10 & 11 in https://github.com/meganz/android) to replace these libraries. But the document is not up-to-date to include some of our recent changes. We will update the instructions in next releases. Thanks.
We have put some dependent libraries to private Artifactory. We have provided local building instructions(Step 10 & 11 in https://github.com/meganz/android) to replace these libraries. But the document is not up-to-date to include some of our recent changes. We will update the instructions in next releases. Thanks.
I'm getting Could not find mega.privacy:megagradle:0.10 error. Is that related to this?