diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-10-06 11:13:37 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-06 11:13:37 +0530 |
commit | 07c95217ea7f1d7254291b83775c4305da0969c8 (patch) | |
tree | ba2cc4e086eab480ad0468e1533970897e85df2b /gradle | |
parent | cad2716be71e5fc52b3c3fb66fa468e3b5c05cd2 (diff) |
fix(deps): update dependency com.google.android.material:material to v1.10.0 (#2713)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'gradle')
-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 515b7ddc..90f3ffc6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -29,7 +29,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-rc01" +androidx-material = "com.google.android.material:material:1.10.0" 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" |