updates secp256k1

This commit is contained in:
Vitor Pamplona 2024-01-30 11:00:33 -05:00
parent 312d82fdf6
commit e59f676d47

View File

@ -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"