android-app icon indicating copy to clipboard operation
android-app copied to clipboard

Enable gradle dependency verification

Open emanuelb opened this issue 3 years ago • 2 comments

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

emanuelb avatar Sep 21 '21 14:09 emanuelb

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

Tougee avatar Sep 23 '21 09:09 Tougee

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

emanuelb avatar Sep 23 '21 09:09 emanuelb