Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 19, 2023
1 parent fba664d commit 31c2e7b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ app-version-code = "1"

app-version-name = "1.0"

kotlin = "1.9.10"
kotlin = "1.9.20"

gradle-plugin-android = "8.3.0-alpha12"
gradle-plugin-android = "8.3.0-alpha14"

gradle-plugin-compose = "1.5.10"

kotlinx-datetime = "0.4.1"

kodein-di = "7.20.2"
kodein-di = "7.21.0"

ktor = "2.3.5"
ktor = "2.3.6"

kotlinx-coroutines = "1.7.3"

Expand All @@ -32,7 +32,7 @@ androidx-compose-navigation = "2.7.5"

androidx-appcompat = "1.7.0-alpha03"

androidx-activity = "1.8.0"
androidx-activity = "1.8.1"

multiplatform-settings = "1.1.0"

Expand All @@ -48,11 +48,11 @@ androidx-compose-material = "1.5.4"

androidx-compose-ui = "1.5.4"

google-android-material = "1.11.0-beta01"
google-android-material = "1.12.0-alpha01"

google-accompanist = "0.33.2-alpha"

androidx-compose-compiler = "1.5.3"
androidx-compose-compiler = "1.5.4"

coil-kt = "2.5.0"

Expand Down
2 changes: 1 addition & 1 deletion versions.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#### Dependencies and Plugin versions with their available updates.
#### Generated by `./gradlew refreshVersions` version 0.60.2
#### Generated by `./gradlew refreshVersions` version 0.60.3
####
#### Don't manually edit or split the comments that start with four hashtags (####),
#### they will be overwritten by refreshVersions.
Expand Down

0 comments on commit 31c2e7b

Please sign in to comment.