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