Skip to content

Commit

Permalink
Updates JNA, Coil, Jackson, and Kotlin Collections
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed Nov 11, 2024
1 parent c083295 commit 062e4af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion quartz/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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" } }
Expand Down

0 comments on commit 062e4af

Please sign in to comment.