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"