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 Feb 1, 2024
1 parent 31c2e7b commit 886ac92
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
36 changes: 18 additions & 18 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,51 +12,51 @@ app-version-code = "1"

app-version-name = "1.0"

kotlin = "1.9.20"
kotlin = "1.9.22"

gradle-plugin-android = "8.3.0-alpha14"
gradle-plugin-android = "8.4.0-alpha07"

gradle-plugin-compose = "1.5.10"
gradle-plugin-compose = "1.5.12"

kotlinx-datetime = "0.4.1"
kotlinx-datetime = "0.5.0"

kodein-di = "7.21.0"
kodein-di = "7.21.2"

ktor = "2.3.6"
ktor = "2.3.8"

kotlinx-coroutines = "1.7.3"

google-android-play-services-location = "21.0.1"
google-android-play-services-location = "21.1.0"

androidx-compose-navigation = "2.7.5"
androidx-compose-navigation = "2.8.0-alpha01"

androidx-appcompat = "1.7.0-alpha03"

androidx-activity = "1.8.1"
androidx-activity = "1.9.0-alpha02"

multiplatform-settings = "1.1.0"
multiplatform-settings = "1.1.1"

androidx-preference = "1.2.1"

androidx-annotation = "1.7.0"
androidx-annotation = "1.7.1"

androidx-core = "1.13.0-alpha01"
androidx-core = "1.13.0-alpha04"

androidx-compose-foundation = "1.5.4"
androidx-compose-foundation = "1.6.0"

androidx-compose-material = "1.5.4"

androidx-compose-ui = "1.5.4"
androidx-compose-ui = "1.6.0"

google-android-material = "1.12.0-alpha01"
google-android-material = "1.12.0-alpha03"

google-accompanist = "0.33.2-alpha"
google-accompanist = "0.35.0-alpha"

androidx-compose-compiler = "1.5.4"
androidx-compose-compiler = "1.5.8"

coil-kt = "2.5.0"

detekt = "1.23.3"
detekt = "1.23.5"

[libraries]

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-rc-1-bin.zip
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pluginManagement {
}
plugins {
// See https://jmfayard.github.io/refreshVersions
id 'de.fayard.refreshVersions' version '0.60.3'
id 'de.fayard.refreshVersions' version '0.60.4'
}

rootProject.name = "KWeather"
Expand Down

0 comments on commit 886ac92

Please sign in to comment.