diff --git a/quartz/build.gradle b/quartz/build.gradle index 8cd4d3882..2c9a0d3b5 100644 --- a/quartz/build.gradle +++ b/quartz/build.gradle @@ -38,7 +38,7 @@ dependencies { implementation "androidx.compose.runtime:runtime:$compose_ui_version" // Bitcoin secp256k1 bindings to Android - api 'fr.acinq.secp256k1:secp256k1-kmp-jni-android:0.11.0' + api 'fr.acinq.secp256k1:secp256k1-kmp-jni-android:0.12.0' // LibSodium for XChaCha encryption implementation "com.goterl:lazysodium-android:5.1.0@aar"