mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-26 00:56:34 +02:00
Updates coil, compose, firebase, jackson, lifecyle, mockk, navigation
This commit is contained in:
@@ -12,14 +12,14 @@ audiowaveform = "1.1.2"
|
||||
benchmark = "1.3.4"
|
||||
benchmarkJunit4 = "1.3.4"
|
||||
biometricKtx = "1.2.0-alpha05"
|
||||
coil = "3.2.0"
|
||||
composeBom = "2025.06.01"
|
||||
coil = "3.3.0"
|
||||
composeBom = "2025.07.00"
|
||||
coreKtx = "1.16.0"
|
||||
espressoCore = "3.6.1"
|
||||
firebaseBom = "33.16.0"
|
||||
firebaseBom = "34.0.0"
|
||||
fragmentKtx = "1.8.8"
|
||||
gms = "4.4.3"
|
||||
jacksonModuleKotlin = "2.19.1"
|
||||
jacksonModuleKotlin = "2.19.2"
|
||||
jna = "5.17.0"
|
||||
jtorctl = "0.4.5.7"
|
||||
junit = "4.13.2"
|
||||
@@ -29,13 +29,13 @@ kotlinxSerialization = "1.9.0"
|
||||
kotlinxSerializationPlugin = "2.2.0"
|
||||
languageId = "17.0.6"
|
||||
lazysodiumAndroid = "5.2.0"
|
||||
lifecycleRuntimeKtx = "2.9.1"
|
||||
lifecycleRuntimeKtx = "2.9.2"
|
||||
lightcompressor = "1.3.3"
|
||||
markdown = "e1151c8"
|
||||
media3 = "1.7.1"
|
||||
mockk = "1.14.4"
|
||||
mockk = "1.14.5"
|
||||
kotlinx-coroutines-test = "1.10.2"
|
||||
navigationCompose = "2.9.1"
|
||||
navigationCompose = "2.9.2"
|
||||
okhttp = "5.1.0"
|
||||
runner = "1.6.2"
|
||||
rfc3986 = "0.1.2"
|
||||
|
@@ -57,7 +57,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 'com.goterl:lazysodium-android:5.2.0@aar'
|
||||
implementation 'net.java.dev.jna:jna:5.17.0@aar'
|
||||
|
||||
//implementation (libs.lazysodium.android) { artifact { type = "aar" } }
|
||||
|
Reference in New Issue
Block a user