diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index 6d0ee1c2a..d4b7accba 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index efc560e14..d2b048574 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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" } diff --git a/quartz/build.gradle b/quartz/build.gradle index 7597e5d2b..55a32d91b 100644 --- a/quartz/build.gradle +++ b/quartz/build.gradle @@ -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