Skip to content

Commit

Permalink
chore: bump androidx.compose.ui:ui-tooling
Browse files Browse the repository at this point in the history
Bumps androidx.compose.ui:ui-tooling from 1.3.0 to 1.6.3.

---
updated-dependencies:
- dependency-name: androidx.compose.ui:ui-tooling
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 7, 2024
1 parent bd2c330 commit d1978a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
implementation("androidx.compose.runtime:runtime:1.3.0")
implementation("androidx.compose.ui:ui:1.3.0")
implementation("androidx.compose.material:material:1.3.0")
implementation("androidx.compose.ui:ui-tooling:1.3.0")
implementation("androidx.compose.ui:ui-tooling:1.6.3")
implementation("androidx.compose.runtime:runtime-livedata:1.3.0")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("androidx.core:core-ktx:1.9.0")
Expand Down Expand Up @@ -90,7 +90,7 @@ dependencies {
implementation("com.squareup.okhttp3:okhttp:4.11.0")
implementation("com.squareup.okhttp3:logging-interceptor:4.11.0")

debugImplementation("androidx.compose.ui:ui-tooling:1.3.0")
debugImplementation("androidx.compose.ui:ui-tooling:1.6.3")

val roomVersion = "2.4.3"
implementation("androidx.room:room-runtime:$roomVersion")
Expand Down

0 comments on commit d1978a1

Please sign in to comment.