Skip to content

Commit

Permalink
Merge pull request #46 from stslex/dev
Browse files Browse the repository at this point in the history
update libs
  • Loading branch information
stslex authored Nov 5, 2024
2 parents 7ee67ac + df816b0 commit 29f32e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ versionName = "1.0"
versionCode = "1"

androidx-activityCompose = "1.9.3"
compose-material3 = "1.3.0"
android-compose = "1.7.4"
compose-material3 = "1.3.1"
android-compose = "1.7.5"
material = "1.12.0"

ksp = "2.0.20-1.0.25" # https://github.com/google/ksp/releases
room = "2.7.0-alpha10"
room = "2.7.0-alpha11"
sqlite = "2.5.0-alpha07"
koin = "3.5.6"
koin-compose = "1.1.5"
Expand Down

0 comments on commit 29f32e8

Please sign in to comment.