breadwallet / breadwallet-android

The Android version of the Bread bitcoin wallet.
MIT License
387 stars 424 forks source link

Getting Issue with dependancy verification #174

Closed swapnilsinha17 closed 3 years ago

swapnilsinha17 commented 3 years ago

Dependency verification failed for configuration ':app:classpath' 23 artifacts failed verification:

Open this report for more details: file:///Users/admin/Desktop/AndroidProjects/BlockCard_android_latest_12oct/build/reports/dependency-verification/at-1602826227955/dependency-verification-report.html

trying things

not single thing works for me.Help wanted Thanks!

swapnilsinha17 commented 3 years ago

@DrewCarlson Now, i have set

<verify-metadata> false </verify-metadata>
<verify-signatures> true </verify-signatures>

metadata -false then it's working fine.But i want to know why this happened most of time . Am i doing something wrong?

DrewCarlson commented 3 years ago

The cause is unclear from the information provided, but disabling metadata verification is a fine solution if you're just exploring the project and making personal changes.

If you share the dependency-verification-report.html file I may be able to identify the issue. It appears that IDE configuration may be problem so if you want to enable metadata again, run ./gradlew --stop and then ./gradlew --write-verification-metadata pgp,sha256 --export-keys from the terminal outside of your IDE.