Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pyamsoft committed Dec 21, 2024
1 parent 8ab3346 commit e8f0111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ buildscript {

// Kotlin
kotlin = "2.1.0"
coroutines = "1.9.0"
coroutines = "1.10.1"

// Us
pydroid = "27.1.0"
Expand All @@ -34,7 +34,7 @@ buildscript {
leakCanary = "2.14"

// Dagger
dagger = "2.53.1"
dagger = "2.54"

// Compose
compose = "1.7.6"
Expand Down

0 comments on commit e8f0111

Please sign in to comment.