diff --git a/bitcoincore/build.gradle b/bitcoincore/build.gradle index 9fd75782e..c346853e3 100644 --- a/bitcoincore/build.gradle +++ b/bitcoincore/build.gradle @@ -65,7 +65,7 @@ dependencies { implementation 'com.squareup.okhttp3:okhttp:4.5.0' // HDWallet Kit - api 'com.github.horizontalsystems:hd-wallet-kit-android:66c2544' + api 'com.github.horizontalsystems:hd-wallet-kit-android:a74b51f' // Test helpers testImplementation 'junit:junit:4.13'