Skip to content

Commit

Permalink
chore: libraries updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Oct 3, 2024
1 parent 37af4fc commit add0bfe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"

}

Expand All @@ -37,5 +37,5 @@ allprojects {
}

tasks.register("clean", Delete::class) {
delete(rootProject.buildDir)
delete(rootProject.layout.buildDirectory)
}
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit add0bfe

Please sign in to comment.