Skip to content

Commit 646b89c

Browse files
chore: bump androidx.compose.ui:ui-tooling from 1.3.0 to 1.9.5
Bumps androidx.compose.ui:ui-tooling from 1.3.0 to 1.9.5. --- updated-dependencies: - dependency-name: androidx.compose.ui:ui-tooling dependency-version: 1.9.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bd2c330 commit 646b89c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ android {
5252
dependencies {
5353
implementation("androidx.appcompat:appcompat:1.5.1")
5454
implementation("androidx.compose.runtime:runtime:1.3.0")
55-
implementation("androidx.compose.ui:ui:1.3.0")
55+
implementation("androidx.compose.ui:ui:1.9.5")
5656
implementation("androidx.compose.material:material:1.3.0")
57-
implementation("androidx.compose.ui:ui-tooling:1.3.0")
57+
implementation("androidx.compose.ui:ui-tooling:1.9.5")
5858
implementation("androidx.compose.runtime:runtime-livedata:1.3.0")
5959
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
6060
implementation("androidx.core:core-ktx:1.9.0")
@@ -90,7 +90,7 @@ dependencies {
9090
implementation("com.squareup.okhttp3:okhttp:4.11.0")
9191
implementation("com.squareup.okhttp3:logging-interceptor:4.11.0")
9292

93-
debugImplementation("androidx.compose.ui:ui-tooling:1.3.0")
93+
debugImplementation("androidx.compose.ui:ui-tooling:1.9.5")
9494

9595
val roomVersion = "2.4.3"
9696
implementation("androidx.room:room-runtime:$roomVersion")
@@ -105,7 +105,7 @@ dependencies {
105105
testImplementation("androidx.room:room-testing:$roomVersion")
106106
testImplementation("junit:junit:4.13.2")
107107

108-
androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.3.0")
108+
androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.9.5")
109109
androidTestImplementation("androidx.test:core:1.4.0")
110110
androidTestImplementation("androidx.test:core-ktx:1.4.0")
111111
androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0")

0 commit comments

Comments
 (0)