Skip to content

Commit

Permalink
Update all dependencies (#2268)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jun 13, 2024
1 parent fb2b45c commit 5e99c3b
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 @@ -3,7 +3,7 @@ accompanist = "0.34.0"
androidx-benchmark = "1.2.4"
androidx-complications-data = "1.2.1"
androidx-constraintlayout-compose = "1.0.1"
androidx-concurrent = "1.1.0"
androidx-concurrent = "1.2.0"
androidx-datastore = "1.1.1"
androidx-health-services = "1.0.0-rc02"
androidx-hilt = "1.2.0"
Expand All @@ -14,8 +14,8 @@ androidx-test-runner = "1.6.0-rc01"
androidx-wear-watchface = "1.2.1"
androidxActivity = "1.9.0"
androidxCore = "1.13.1"
androidxLifecycle = "2.8.1"
androidxNavigation = "2.8.0-beta02"
androidxLifecycle = "2.8.2"
androidxNavigation = "2.8.0-beta03"
androidxPhoneInteractions = "1.1.0-alpha04"
androidxRemoteInteractions = "1.1.0-alpha02"
androidxStartup = "1.1.1"
Expand All @@ -28,9 +28,9 @@ annotation = "1.0.1"
app-cash-turbine = "1.1.0"
com-squareup-okhttp3 = "5.0.0-alpha.14"
com-squareup-retrofit2 = "2.11.0"
compose = "1.7.0-beta02"
compose = "1.7.0-beta03"
compose-compiler = "1.5.14"
compose-material3 = "1.3.0-beta02"
compose-material3 = "1.3.0-beta03"
composesnapshot = "-"
dependencyAnalysis = "1.32.0"
dokka = "1.9.20"
Expand All @@ -56,7 +56,7 @@ runtimeTracing = "1.0.0-beta01"
spotless = "6.25.0"
tiles-tooling-preview = "1.3.0"
truth = "1.4.2"
wearcompose = "1.4.0-beta02"
wearcompose = "1.4.0-beta03"
wearToolingPreview = "1.0.0"
appcompat = "1.7.0"
material = "1.12.0"
Expand Down Expand Up @@ -139,7 +139,7 @@ coil-test = { module = "io.coil-kt:coil-test", version.ref = "io-coil-kt" }
com-squareup-okhttp3-logging-interceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "com-squareup-okhttp3" }
com-squareup-okhttp3-okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "com-squareup-okhttp3" }
com-squareup-okhttp3-mockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version.ref = "com-squareup-okhttp3" }
compose-bom = "androidx.compose:compose-bom:2024.05.00"
compose-bom = "androidx.compose:compose-bom:2024.06.00"
compose-foundation-foundation = { module = "androidx.compose.foundation:foundation", version.ref = "compose" }
compose-foundation-foundation-layout = { module = "androidx.compose.foundation:foundation-layout", version.ref = "compose" }
compose-material-iconscore = { module = "androidx.compose.material:material-icons-core", version.ref = "compose" }
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

plugins {
id("com.gradle.develocity") version "3.17.4"
id("com.gradle.develocity") version "3.17.5"
}

develocity {
Expand Down

0 comments on commit 5e99c3b

Please sign in to comment.