From 61b99c29b40ad27542129b080dfe47a76ed331bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20L=C3=B3pez=20Ma=C3=B1as?= Date: Thu, 3 Oct 2024 18:27:35 +0200 Subject: [PATCH] chore: libraries updated (#632) * chore: libraries updated * chore: libraries updated --- build.gradle.kts | 4 ++-- gradle/libs.versions.toml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7873b97d6..36322b7a5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,7 +18,7 @@ buildscript { plugins { alias(libs.plugins.dokka) apply true alias(libs.plugins.compose.compiler) apply false - id("com.autonomousapps.dependency-analysis") version "1.32.0" + id("com.autonomousapps.dependency-analysis") version "2.0.0" } @@ -37,5 +37,5 @@ allprojects { } tasks.register("clean", Delete::class) { - delete(rootProject.buildDir) + delete(rootProject.layout.buildDirectory) } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2f0eee277..1255e74d2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,14 +1,14 @@ [versions] -activitycompose = "1.9.0" +activitycompose = "1.9.2" agp = "8.4.2" androidxtest = "1.6.1" -compose-bom = "2024.06.00" +compose-bom = "2024.09.02" dokka = "1.9.20" espresso = "3.6.1" jacoco-plugin = "0.2.1" junitktx = "1.2.1" junit = "4.13.2" -kotlin = "2.0.0" +kotlin = "2.0.20" kotlinxCoroutines = "1.8.1" mapsktx = "5.1.1" mapsecrets = "2.0.1"