Updates JNA, Coil, Jackson, and Kotlin Collections

This commit is contained in:
Vitor Pamplona
2024-11-11 14:54:38 -05:00
parent c083295f6a
commit 062e4af118
2 changed files with 5 additions and 5 deletions

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.14.0@aar'
implementation 'net.java.dev.jna:jna:5.15.0@aar'
//implementation (libs.lazysodium.android) { artifact { type = "aar" } }
//implementation (libs.jna) { artifact { type = "aar" } }