Electric-Coin-Company / kotlin-bip39

A concise implementation of BIP-0039 in Kotlin for Android. In order, it prioritizes being secure, concise and idiomatic.
MIT License
35 stars 8 forks source link

Consider adopting Verifying dependencies Gradle API #233

Open HonzaR opened 9 months ago

HonzaR commented 9 months ago

Is your feature request related to a problem? Please describe.

Although the project dependencies are covered with our dependency locking mechanism, we could leverage the new Gradle Verifying dependencies feature to strengthen the safety of the dependencies we use.

Describe the solution you'd like

Alternatives you've considered

Additional context

Available starting Gradle version 8.5. See: https://docs.gradle.org/8.5/userguide/dependency_verification.html