mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-17 21:31:57 +01:00
Updates JNA, Coil, Jackson, and Kotlin Collections
This commit is contained in:
parent
c083295f6a
commit
062e4af118
@ -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"
|
||||
|
@ -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" } }
|
||||
|
Loading…
x
Reference in New Issue
Block a user