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

@ -13,19 +13,19 @@ benchmark = "1.3.3"
benchmarkJunit4 = "1.3.3"
biometricKtx = "1.2.0-alpha05"
blurhash = "1.0.0"
coil = "3.0.0-rc02"
coil = "3.0.2"
composeBom = "2024.10.01"
coreKtx = "1.15.0"
espressoCore = "3.6.1"
firebaseBom = "33.5.1"
fragmentKtx = "1.8.5"
gms = "4.4.2"
jacksonModuleKotlin = "2.17.2"
jna = "5.14.0"
jacksonModuleKotlin = "2.18.1"
jna = "5.15.0"
jtorctl = "0.4.5.7"
junit = "4.13.2"
kotlin = "2.0.20"
kotlinxCollectionsImmutable = "0.3.7"
kotlinxCollectionsImmutable = "0.3.8"
kotlinxSerialization = "1.7.3"
kotlinxSerializationPlugin = "2.0.0"
languageId = "17.0.6"

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