mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-17 21:31:57 +01:00
Updates JNA and URI Normalizer
This commit is contained in:
parent
1e9c3a47a4
commit
3a553fa550
@ -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"
|
||||
|
@ -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" } }
|
||||
|
Loading…
x
Reference in New Issue
Block a user