Skip to content

Commit

Permalink
Update AGP & other dependencies (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenhag authored Jan 30, 2025
1 parent e096295 commit 01619ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ android {
compose = true
}
androidResources {
@Suppress("UnstableApiUsage")
generateLocaleConfig = true
}
packaging {
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[versions]
agp = "8.7.2"
agp = "8.8.0"
kotlin = "2.1.0"
core = "1.15.0"
junit = "4.13.2"
junitVersion = "1.2.1"
espressoCore = "3.6.1"
lifecycle = "2.8.7"
activity = "1.9.3"
composeBom = "2024.11.00"
activity = "1.10.0"
composeBom = "2025.01.00"
window = "1.3.0"
appcompat = "1.7.0"
navigation = "2.8.4"
navigation = "2.8.5"
koinBom = "4.0.0"
mockk = "1.13.13"

Expand Down

0 comments on commit 01619ba

Please sign in to comment.