Skip to content

Commit

Permalink
Update all dependencies (#2201)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Apr 18, 2024
1 parent 71d1cee commit eb3c01b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ class SnackbarHostTest {
val result = hostState.showSnackbar("1", actionLabel = "press")
Truth.assertThat(result).isEqualTo(SnackbarResult.Dismissed)
}
rule.onNodeWithText("1").onParent().onParent()
rule.onNodeWithText("1").onParent().onParent().onParent()
.assert(
SemanticsMatcher.expectValue(SemanticsProperties.LiveRegion, LiveRegionMode.Polite),
)
Expand Down
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[versions]
accompanist = "0.34.0"
androidx-benchmark = "1.2.3"
androidx-benchmark = "1.2.4"
androidx-complications-data = "1.2.1"
androidx-constraintlayout-compose = "1.0.1"
androidx-compose-material = "1.7.0-alpha06"
androidx-compose-material = "1.7.0-alpha07"
androidx-concurrent = "1.1.0"
androidx-datastore = "1.0.0"
androidx-health-services = "1.0.0-rc02"
Expand All @@ -15,8 +15,8 @@ androidx-test-runner = "1.6.0-alpha06"
androidx-tracingPerfetto = "1.0.0"
androidx-tracingPerfettoBinary = "1.0.0"
androidx-wear-watchface = "1.2.1"
androidxActivity = "1.8.2"
androidxCore = "1.12.0"
androidxActivity = "1.9.0"
androidxCore = "1.13.0"
androidxLifecycle = "2.7.0"
androidxNavigation = "2.7.7"
androidxPhoneInteractions = "1.1.0-alpha04"
Expand All @@ -31,9 +31,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-alpha06"
compose = "1.7.0-alpha07"
compose-compiler = "1.5.11"
compose-material3 = "1.3.0-alpha04"
compose-material3 = "1.3.0-alpha05"
composesnapshot = "-"
dependencyAnalysis = "1.31.0"
dokka = "1.9.20"
Expand All @@ -59,7 +59,7 @@ snapshot-android = "1.0.4"
spotless = "6.25.0"
tiles-tooling-preview = "1.3.0"
truth = "1.4.2"
wearcompose = "1.4.0-alpha06"
wearcompose = "1.4.0-alpha07"
wearToolingPreview = "1.0.0"
appcompat = "1.6.1"
material = "1.11.0"
Expand Down Expand Up @@ -145,7 +145,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.04.00"
compose-bom = "androidx.compose:compose-bom:2024.04.01"
compose-foundation-foundation = { module = "androidx.compose.foundation:foundation", version.ref = "androidx-compose-material" }
compose-foundation-foundation-layout = { module = "androidx.compose.foundation:foundation-layout", version.ref = "androidx-compose-material" }
compose-material-iconscore = { module = "androidx.compose.material:material-icons-core", version.ref = "androidx-compose-material" }
Expand Down

0 comments on commit eb3c01b

Please sign in to comment.