Skip to content

Commit f302912

Browse files
Bump androidx.test.ext:truth from 1.4.0 to 1.6.0 in /android (#197)
Bumps androidx.test.ext:truth from 1.4.0 to 1.6.0. --- updated-dependencies: - dependency-name: androidx.test.ext:truth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7fd71ad commit f302912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/releasetest/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ dependencies {
9292
androidTestImplementation "androidx.test:runner:1.4.0"
9393

9494
androidTestImplementation "androidx.test.ext:junit:1.1.4"
95-
androidTestImplementation "androidx.test.ext:truth:1.4.0"
95+
androidTestImplementation "androidx.test.ext:truth:1.6.0"
9696
androidTestImplementation('org.awaitility:awaitility:4.2.2') {
9797
transitive = false
9898
}

0 commit comments

Comments
 (0)