Updates JNA and URI Normalizer

This commit is contained in:
Vitor Pamplona 2025-01-04 17:41:47 -05:00
parent 1e9c3a47a4
commit 3a553fa550
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ firebaseBom = "33.7.0"
fragmentKtx = "1.8.5"
gms = "4.4.2"
jacksonModuleKotlin = "2.18.2"
jna = "5.15.0"
jna = "5.16.0"
jtorctl = "0.4.5.7"
junit = "4.13.2"
kotlin = "2.1.0"
@ -38,7 +38,7 @@ kotlinx-coroutines-test = "1.10.1"
navigationCompose = "2.8.5"
okhttp = "5.0.0-alpha.14"
runner = "1.6.2"
rfc3986 = "0.1.0"
rfc3986 = "0.1.2"
secp256k1KmpJniAndroid = "0.16.0"
securityCryptoKtx = "1.1.0-alpha06"
spotless = "6.25.0"

View File

@ -59,7 +59,7 @@ dependencies {
// LibSodium for ChaCha encryption (NIP-44)
// Wait for @aar support in version catalogs
implementation "com.goterl:lazysodium-android:5.1.0@aar"
implementation 'net.java.dev.jna:jna:5.15.0@aar'
implementation 'net.java.dev.jna:jna:5.16.0@aar'
//implementation (libs.lazysodium.android) { artifact { type = "aar" } }
//implementation (libs.jna) { artifact { type = "aar" } }