mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-17 21:31:57 +01:00
Updates compose, corektx, fragment, kotlin, runtime, and android camera libs
This commit is contained in:
parent
060a242a0f
commit
0ba4ca13bf
2
.idea/kotlinc.xml
generated
2
.idea/kotlinc.xml
generated
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="KotlinJpsPluginSettings">
|
||||
<option name="version" value="2.0.0" />
|
||||
<option name="version" value="2.0.20" />
|
||||
</component>
|
||||
</project>
|
@ -14,23 +14,23 @@ benchmarkJunit4 = "1.3.3"
|
||||
biometricKtx = "1.2.0-alpha05"
|
||||
blurhash = "1.0.0"
|
||||
coil = "2.7.0"
|
||||
composeBom = "2024.10.00"
|
||||
coreKtx = "1.13.1"
|
||||
composeBom = "2024.10.01"
|
||||
coreKtx = "1.15.0"
|
||||
espressoCore = "3.6.1"
|
||||
firebaseBom = "33.5.1"
|
||||
fragmentKtx = "1.8.4"
|
||||
fragmentKtx = "1.8.5"
|
||||
gms = "4.4.2"
|
||||
jacksonModuleKotlin = "2.17.2"
|
||||
jna = "5.14.0"
|
||||
jtorctl = "0.4.5.7"
|
||||
junit = "4.13.2"
|
||||
kotlin = "2.0.0"
|
||||
kotlin = "2.0.20"
|
||||
kotlinxCollectionsImmutable = "0.3.7"
|
||||
kotlinxSerialization = "1.7.2"
|
||||
kotlinxSerializationPlugin = "2.0.0"
|
||||
languageId = "17.0.6"
|
||||
lazysodiumAndroid = "5.1.0"
|
||||
lifecycleRuntimeKtx = "2.8.6"
|
||||
lifecycleRuntimeKtx = "2.8.7"
|
||||
lightcompressor = "1.3.2"
|
||||
markdown = "077a2cde64"
|
||||
media3 = "1.4.1"
|
||||
@ -53,7 +53,7 @@ zoomable = "1.6.2"
|
||||
zxing = "3.5.3"
|
||||
zxingAndroidEmbedded = "4.3.0"
|
||||
windowCoreAndroid = "1.3.0"
|
||||
androidxCamera = "1.3.4"
|
||||
androidxCamera = "1.4.0"
|
||||
|
||||
[libraries]
|
||||
abedElazizShe-image-compressor = { group = "com.github.AbedElazizShe", name = "LightCompressor", version.ref = "lightcompressor" }
|
||||
|
@ -61,6 +61,9 @@ dependencies {
|
||||
implementation "com.goterl:lazysodium-android:5.1.0@aar"
|
||||
implementation 'net.java.dev.jna:jna:5.14.0@aar'
|
||||
|
||||
//implementation (libs.lazysodium.android) { artifact { type = "aar" } }
|
||||
//implementation (libs.jna) { artifact { type = "aar" } }
|
||||
|
||||
// Performant Parser of JSONs into Events
|
||||
api libs.jackson.module.kotlin
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user