diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-04-14 08:40:54 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-14 08:40:54 +0530 |
commit | f4677c0fb91a5f9affb254e9f8017df4a3b28d9d (patch) | |
tree | bf8c4b44387e8758f0bb7d377c2f149c4ff16edc | |
parent | f2f5a58a817d5e57691d1b0fd1305eceff58a265 (diff) |
fix(deps): update dependency com.google.android.material:material to v1.9.0-rc01 (#2471)
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 8a68148a..21e9e6aa 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-beta01" +androidx-material = "com.google.android.material:material:1.9.0-rc01" 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" |