Skip to content

Commit

Permalink
Bump androidx.compose.ui:ui-test-manifest from 1.4.2 to 1.4.3
Browse files Browse the repository at this point in the history
Bumps androidx.compose.ui:ui-test-manifest from 1.4.2 to 1.4.3.

---
updated-dependencies:
- dependency-name: androidx.compose.ui:ui-test-manifest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 4, 2023
1 parent de1acc2 commit f952d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-compose-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies {
implementation(compose.material)
implementation(compose.preview)
debugImplementation(compose.uiTooling)
debugImplementation("androidx.compose.ui:ui-test-manifest:1.4.2")
debugImplementation("androidx.compose.ui:ui-test-manifest:1.4.3")
implementation(libs.decompose)
implementation(libs.koin.android)
implementation(platform(libs.firebase.bom))
Expand Down

0 comments on commit f952d2d

Please sign in to comment.