From f0edbb5fbfde6aa0d67fbc96893f1834e81081a7 Mon Sep 17 00:00:00 2001 From: Oussama Date: Mon, 11 Sep 2023 15:32:42 +0200 Subject: [PATCH] chore: update dependencies --- gradle/libs.versions.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6fc5465d1ef..d5444138e6e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ activity-compose = "1.3.1" app-compat = "1.1.0" android-paging3 = "3.1.1" cli-kt = "3.5.0" -coroutines = "1.7.1" +coroutines = "1.7.3" compose-compiler = "1.5.0" compose-ui = "1.3.2" compose-material = "1.3.1" @@ -12,30 +12,30 @@ cryptobox4j = "1.3.0" cryptobox-android = "1.1.5" android-security = "1.1.0-alpha06" ktor = "2.3.4" -okio = "3.2.0" +okio = "3.4.0" ok-http = "4.10.0" mockative = "1.4.1" android-work = "2.8.1" android-test-runner = "1.5.0" android-test-rules = "1.4.0" android-test-core = "1.4.0" -androidx-arch = "2.1.0" +androidx-arch = "2.2.0" androidx-test-orchestrator = "1.4.2" -androidx-sqlite = "2.3.0" +androidx-sqlite = "2.3.1" benasher-uuid = "0.8.0" ktx-datetime = { strictly = "0.4.0" } ktx-serialization = "1.5.1" -ktx-atomicfu = "0.18.5" +ktx-atomicfu = "0.22.0" kover = "0.7.1" multiplatform-settings = "1.0.0" # if you update sqlDelight check if https://github.com/cashapp/sqldelight/issues/4154 is fixed # and delete the work around in the dev.mk file sqldelight = "2.0.0-alpha05" -sqlcipher-android = "4.5.3" +sqlcipher-android = "4.5.5" pbandk = "0.14.2" turbine = "1.0.0" avs = "9.4.10" -jna = "5.6.0" +jna = "5.13.0" core-crypto = "1.0.0-rc.12" core-crypto-multiplatform = "0.6.0-rc.3-multiplatform-pre1" completeKotlin = "1.1.0"