diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-09-07 20:27:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-07 20:27:07 +0000 |
commit | 025989ba0c7b1a3ffc3d85c584240283b0d34584 (patch) | |
tree | 10eab4160d1aa22aa2f25c2769cbdc3fd63ee65b /gradle/libs.versions.toml | |
parent | 8770cb5a85ab114c68ca76f0f0c56d127b93bfea (diff) |
fix(deps): update dependency com.google.android.material:material to v1.10.0-beta01 (#2677)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'gradle/libs.versions.toml')
-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 933b7396..b08fc89a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -28,7 +28,7 @@ androidx-lifecycle-common = { module = "androidx.lifecycle:lifecycle-common", ve androidx-lifecycle-livedataKtx = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycle" } androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" } androidx-lifecycle-viewmodelKtx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycle" } -androidx-material = "com.google.android.material:material:1.10.0-alpha06" +androidx-material = "com.google.android.material:material:1.10.0-beta01" androidx-preference = "androidx.preference:preference:1.2.1" androidx-recyclerview = "androidx.recyclerview:recyclerview:1.3.1" androidx-recyclerviewSelection = "androidx.recyclerview:recyclerview-selection:1.2.0-alpha01" |