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
+1 -1
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" } }