[Android]: Bump ui-tooling from 1.3.2 to 1.3.3 (#302)

Bumps ui-tooling from 1.3.2 to 1.3.3.

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-01-17 22:16:03 +05:30
committed by GitHub
parent 33cd345fa2
commit c042cff5ac

View File

@@ -64,7 +64,7 @@ dependencies {
implementation "androidx.compose.ui:ui-tooling-preview:1.3.3"
implementation 'androidx.activity:activity-compose:1.5.1'
androidTestImplementation "androidx.compose.ui:ui-test-junit4:1.3.3"
debugImplementation "androidx.compose.ui:ui-tooling:1.3.2"
debugImplementation "androidx.compose.ui:ui-tooling:1.3.3"
implementation 'androidx.compose.material3:material3:1.1.0-alpha04'
}