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 5, 2023
1 parent 4d0d89e commit 8093538
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
34 changes: 17 additions & 17 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.0"
kotlin = "1.9.10"

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

gradle-plugin-compose = "1.5.0"
gradle-plugin-compose = "1.5.10"

kotlinx-datetime = "0.4.1"

kodein-di = "7.20.2"

ktor = "2.3.4"
ktor = "2.3.5"

kotlinx-coroutines = "1.7.3"

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

androidx-compose-navigation = "2.7.1"
androidx-compose-navigation = "2.7.5"

androidx-appcompat = "1.7.0-alpha03"

androidx-activity = "1.8.0-alpha07"
androidx-activity = "1.8.0"

multiplatform-settings = "1.0.0"
multiplatform-settings = "1.1.0"

androidx-preference = "1.2.1"

androidx-annotation = "1.7.0-rc01"
androidx-annotation = "1.7.0"

androidx-core = "1.12.0-rc01"
androidx-core = "1.13.0-alpha01"

androidx-compose-foundation = "1.5.0"
androidx-compose-foundation = "1.5.4"

androidx-compose-material = "1.5.0"
androidx-compose-material = "1.5.4"

androidx-compose-ui = "1.5.0"
androidx-compose-ui = "1.5.4"

google-android-material = "1.11.0-alpha02"
google-android-material = "1.11.0-beta01"

google-accompanist = "0.33.1-alpha"
google-accompanist = "0.33.2-alpha"

androidx-compose-compiler = "1.5.0"
androidx-compose-compiler = "1.5.3"

coil-kt = "2.4.0"
coil-kt = "2.5.0"

detekt = "1.23.1"
detekt = "1.23.3"

[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.3-rc-2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-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.2'
id 'de.fayard.refreshVersions' version '0.60.3'
}

rootProject.name = "KWeather"
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.51.0
#### Generated by `./gradlew refreshVersions` version 0.60.2
####
#### 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 8093538

Please sign in to comment.