Updates coil, compose, firebase, jackson, lifecyle, mockk, navigation

This commit is contained in:
Vitor Pamplona
2025-07-24 09:37:40 -04:00
parent 558a060994
commit e76bffd048
2 changed files with 8 additions and 8 deletions

View File

@@ -12,14 +12,14 @@ audiowaveform = "1.1.2"
benchmark = "1.3.4" benchmark = "1.3.4"
benchmarkJunit4 = "1.3.4" benchmarkJunit4 = "1.3.4"
biometricKtx = "1.2.0-alpha05" biometricKtx = "1.2.0-alpha05"
coil = "3.2.0" coil = "3.3.0"
composeBom = "2025.06.01" composeBom = "2025.07.00"
coreKtx = "1.16.0" coreKtx = "1.16.0"
espressoCore = "3.6.1" espressoCore = "3.6.1"
firebaseBom = "33.16.0" firebaseBom = "34.0.0"
fragmentKtx = "1.8.8" fragmentKtx = "1.8.8"
gms = "4.4.3" gms = "4.4.3"
jacksonModuleKotlin = "2.19.1" jacksonModuleKotlin = "2.19.2"
jna = "5.17.0" jna = "5.17.0"
jtorctl = "0.4.5.7" jtorctl = "0.4.5.7"
junit = "4.13.2" junit = "4.13.2"
@@ -29,13 +29,13 @@ kotlinxSerialization = "1.9.0"
kotlinxSerializationPlugin = "2.2.0" kotlinxSerializationPlugin = "2.2.0"
languageId = "17.0.6" languageId = "17.0.6"
lazysodiumAndroid = "5.2.0" lazysodiumAndroid = "5.2.0"
lifecycleRuntimeKtx = "2.9.1" lifecycleRuntimeKtx = "2.9.2"
lightcompressor = "1.3.3" lightcompressor = "1.3.3"
markdown = "e1151c8" markdown = "e1151c8"
media3 = "1.7.1" media3 = "1.7.1"
mockk = "1.14.4" mockk = "1.14.5"
kotlinx-coroutines-test = "1.10.2" kotlinx-coroutines-test = "1.10.2"
navigationCompose = "2.9.1" navigationCompose = "2.9.2"
okhttp = "5.1.0" okhttp = "5.1.0"
runner = "1.6.2" runner = "1.6.2"
rfc3986 = "0.1.2" rfc3986 = "0.1.2"

View File

@@ -57,7 +57,7 @@ dependencies {
// LibSodium for ChaCha encryption (NIP-44) // LibSodium for ChaCha encryption (NIP-44)
// Wait for @aar support in version catalogs // Wait for @aar support in version catalogs
implementation "com.goterl:lazysodium-android:5.1.0@aar" implementation 'com.goterl:lazysodium-android:5.2.0@aar'
implementation 'net.java.dev.jna:jna:5.17.0@aar' implementation 'net.java.dev.jna:jna:5.17.0@aar'
//implementation (libs.lazysodium.android) { artifact { type = "aar" } } //implementation (libs.lazysodium.android) { artifact { type = "aar" } }