Skip to content

Commit

Permalink
chore: libraries updated (#632)
Browse files Browse the repository at this point in the history
* chore: libraries updated

* chore: libraries updated
  • Loading branch information
kikoso authored Oct 3, 2024
1 parent 37af4fc commit 61b99c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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)
}
6 changes: 3 additions & 3 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"
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 61b99c2

Please sign in to comment.