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