diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-03-17 07:35:23 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-17 07:35:23 +0530 |
commit | f9b8799cf40971cf33face8d119de6bf918176b2 (patch) | |
tree | 162d4981f8456d577c34f92af545ef8a24260d0b | |
parent | 1aa31824e8336bf939b0971604bb2a552263355c (diff) |
fix(deps): update dependency com.google.android.material:material to v1.9.0-beta01 (#2418)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.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 a6e25afc..0e134983 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -27,7 +27,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.9.0-alpha02" +androidx-material = "com.google.android.material:material:1.9.0-beta01" androidx-preference = "androidx.preference:preference:1.2.0" androidx-recyclerview = "androidx.recyclerview:recyclerview:1.3.0" androidx-recyclerviewSelection = "androidx.recyclerview:recyclerview-selection:1.2.0-alpha01" |