From 7487166acb39796e48eb59fb11942cfa4b0bd198 Mon Sep 17 00:00:00 2001 From: Aleksander Nowakowski Date: Mon, 17 Jun 2024 15:36:54 +0200 Subject: [PATCH] Dependencies updated --- gradle/libs.versions.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c13c616..c84dd36 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,11 +1,11 @@ [versions] accompanist = "0.34.0" androidDesugarJdkLibs = "2.0.4" -androidGradlePlugin = "8.4.2" +androidGradlePlugin = "8.5.0" androidxActivity = "1.9.0" androidxAnnotation = "1.8.0" androidxAppCompat = "1.7.0" -androidxComposeBom = "2024.05.00" # https://developer.android.com/jetpack/compose/bom/bom-mapping +androidxComposeBom = "2024.06.00" # https://developer.android.com/jetpack/compose/bom/bom-mapping androidxComposeCompiler = "1.5.14" # https://developer.android.com/jetpack/androidx/releases/compose-kotlin androidxComposeRuntimeTracing = "1.0.0-beta01" androidxCore = "1.13.1" @@ -66,7 +66,7 @@ moshiAdapters = "1.15.1" moshiConverter = "2.11.0" moshi = "1.15.1" moshiKotlinCodegen = "1.15.1" -material3 = "1.3.0-beta02" +material3 = "1.3.0-beta03" material = "1.6.6" koinCore = "3.5.6" koinCompose = "1.1.5" @@ -75,14 +75,14 @@ kmmVoyager = "1.0.0" kmmLogs = "2.7.1" gson = "2.11.0" -nordic-blek = "1.0.19" +nordic-blek = "1.0.20" nordic-ble = "2.7.5" nordic-dfu = "2.5.0" nordic-log = "2.3.0" nordic-data = "0.1.0" nordic-mcumgr = "1.9.2" nordic-scanner = "1.6.0" -nordic-common = "1.10.0" +nordic-common = "1.10.1" nordic-memfault = "1.0.2" nordicPlugins = "1.11.1" dokkaPlugin = "1.9.20"