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

Enable gradle dependency verification #2486

Open
emanuelb opened this issue Sep 21, 2021 · 2 comments
Open

Enable gradle dependency verification #2486

emanuelb opened this issue Sep 21, 2021 · 2 comments

Comments

@emanuelb
Copy link

This is done by having ./gradle/verification-metadata.xml file, more information:
https://docs.gradle.org/current/userguide/dependency_verification.html

@Tougee
Copy link
Member

Tougee commented Sep 23, 2021

I haven't seen any Android projects that use this specification, so won't integrate it now.

@emanuelb
Copy link
Author

I haven't seen any Android projects that use this specification, so won't integrate it now.

Android Bitcoin Wallets that implement this:

  1. Green wallet by Blockstream:
    https://github.com/Blockstream/green_android/blob/master/gradle/verification-metadata.xml
    See also related script they developed:
    https://github.com/Blockstream/green_android/blob/master/update_dependency_verification.sh

  2. SBW (Simple Bitcoin Wallet)
    https://github.com/btcontract/wallet/blob/master/gradle/verification-metadata.xml

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

2 participants