[Android]: Bump ui-test-junit4 from 1.1.1 to 1.2.0 (#191)

Bumps ui-test-junit4 from 1.1.1 to 1.2.0.

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

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]
2022-07-28 18:02:23 +05:30
committed by GitHub
parent 3a7fe09135
commit 74b8a0acf5

View File

@@ -70,7 +70,7 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
androidTestImplementation "androidx.compose.ui:ui-test-junit4:1.1.1"
androidTestImplementation "androidx.compose.ui:ui-test-junit4:1.2.0"
debugImplementation "androidx.compose.ui:ui-tooling:1.1.1"
implementation 'androidx.compose.material3:material3:1.0.0-alpha12'