mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 11:07:24 +01:00
Updates Compose, Firebase, GMS, JNA, mock, okhttp, secp256, spotless, vico, zoomable, androidXCamera
This commit is contained in:
@@ -13,15 +13,15 @@ benchmark = "1.4.1"
|
||||
benchmarkJunit4 = "1.4.1"
|
||||
biometricKtx = "1.2.0-alpha05"
|
||||
coil = "3.3.0"
|
||||
composeBom = "2025.09.01"
|
||||
composeBom = "2025.10.00"
|
||||
coreKtx = "1.17.0"
|
||||
datastore = "1.1.7"
|
||||
espressoCore = "3.7.0"
|
||||
firebaseBom = "34.3.0"
|
||||
firebaseBom = "34.4.0"
|
||||
fragmentKtx = "1.8.9"
|
||||
gms = "4.4.3"
|
||||
gms = "4.4.4"
|
||||
jacksonModuleKotlin = "2.20.0"
|
||||
jna = "5.17.0"
|
||||
jna = "5.18.1"
|
||||
jtorctl = "0.4.5.7"
|
||||
junit = "4.13.2"
|
||||
kotlin = "2.2.20"
|
||||
@@ -36,26 +36,26 @@ lifecycleRuntimeKtx = "2.9.4"
|
||||
lightcompressor-enhanced = "1.6.0"
|
||||
markdown = "f92ef49c9d"
|
||||
media3 = "1.8.0"
|
||||
mockk = "1.14.5"
|
||||
mockk = "1.14.6"
|
||||
kotlinx-coroutines-test = "1.10.2"
|
||||
navigationCompose = "2.9.5"
|
||||
okhttp = "5.1.0"
|
||||
okhttp = "5.2.0"
|
||||
runner = "1.7.0"
|
||||
rfc3986 = "0.1.2"
|
||||
secp256k1KmpJniAndroid = "0.19.0"
|
||||
secp256k1KmpJniAndroid = "0.20.0"
|
||||
securityCryptoKtx = "1.1.0"
|
||||
spotless = "7.2.1"
|
||||
spotless = "8.0.0"
|
||||
torAndroid = "0.4.8.17.2"
|
||||
translate = "17.0.3"
|
||||
unifiedpush = "3.0.10"
|
||||
urlDetector = "0.1.23"
|
||||
vico-charts = "2.2.0"
|
||||
vico-charts = "2.2.1"
|
||||
zelory = "3.0.1"
|
||||
zoomable = "2.8.1"
|
||||
zoomable = "2.8.2"
|
||||
zxing = "3.5.3"
|
||||
zxingAndroidEmbedded = "4.3.0"
|
||||
windowCoreAndroid = "1.5.0"
|
||||
androidxCamera = "1.5.0"
|
||||
androidxCamera = "1.5.1"
|
||||
androidxCollection = "1.5.0"
|
||||
kotlinStdlib = "2.2.20"
|
||||
kotlinTest = "2.2.20"
|
||||
|
||||
@@ -184,7 +184,7 @@ kotlin {
|
||||
|
||||
// LibSodium for ChaCha encryption (NIP-44)
|
||||
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.18.1@aar")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ import com.vitorpamplona.quartz.utils.mac.MacInstance
|
||||
* [http://www.tarsnap.com/scrypt.html<a> and
|
||||
* fall back to the pure Java version if that fails.
|
||||
*
|
||||
* @author Will Glozer
|
||||
* @author Will Glozer
|
||||
</a>](http://www.tarsnap.com/scrypt.html) */
|
||||
object SCrypt {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user