diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-04-29 08:41:53 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-29 08:41:53 +0530 |
commit | b2aa1c082756747f00c1ceaa91f706589076fed1 (patch) | |
tree | 6e3ca8664092011e4d00cbeee304b7b29efc1c4d | |
parent | ae07a3c4216d6c7d77fabb74aeb489c9b5589353 (diff) |
chore(deps): update dependency androidx.test:rules to v1.4.1-alpha06 (#1881)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
-rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7a88ee96..89d37bff 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ # Centralized versions for dependencies that share versions [versions] androidx_activity = "1.4.0" -androidx_test = "1.4.1-alpha05" +androidx_test = "1.4.1-alpha06" compose = "1.2.0-alpha08" coroutines = "1.6.1" flowbinding = "1.2.0" |