From add0bfe7a7750d0e96939249c5aa062956e1c659 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Lo=CC=81pez=20Man=CC=83as?= Date: Thu, 3 Oct 2024 15:14:45 +0200 Subject: [PATCH] chore: libraries updated --- build.gradle.kts | 4 ++-- gradle/libs.versions.toml | 8 ++++---- 2 files changed, 6 insertions(+), 6 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..b0315f7de 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" +androidxtest = "1.6.2" +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"