Skip to content

Commit

Permalink
TREEWIDE: Bump dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: rsuntk <rissu.ntk@gmail.com>
  • Loading branch information
rsuntk committed Dec 5, 2024
1 parent 0421357 commit e62bd0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions manager/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
agp = "8.7.1"
agp = "8.7.2"
kotlin = "2.0.21"
ksp = "2.0.21-1.0.26"
compose-bom = "2024.10.00"
lifecycle = "2.8.6"
navigation = "2.8.3"
ksp = "2.0.21-1.0.28"
compose-bom = "2024.11.00"
lifecycle = "2.8.7"
navigation = "2.8.4"
activity-compose = "1.9.3"
kotlinx-coroutines = "1.9.0"
coil-compose = "2.7.0"
Expand Down
2 changes: 1 addition & 1 deletion userspace/ksud/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ rust-embed = { version = "8.5", features = [
"debug-embed",
"compression", # must clean build after updating binaries
] }
which = "6.0"
which = "7.0"
getopts = "0.2"
sha256 = "1"
sha1 = "0.10"
Expand Down

0 comments on commit e62bd0e

Please sign in to comment.