diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-01-19 16:06:31 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-19 10:36:31 +0000 |
commit | 541bf62038c367dedc0fbee074fdb8bbcc46dd89 (patch) | |
tree | 2f0c138c5864c9dc8e348fce836c86dd714f0f17 | |
parent | 5509558eedbcd90f130b32d4e6c41632da291b15 (diff) |
gradle: bump MDC to 1.6.0-alpha02 (#1671)
-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 9ee9c4bd..eaf6911b 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.6.0-alpha01" +androidx-material = "com.google.android.material:material:1.6.0-alpha02" androidx-preference = "androidx.preference:preference:1.2.0-rc01" androidx-recyclerview = "androidx.recyclerview:recyclerview:1.3.0-alpha01" androidx-recyclerviewSelection = "androidx.recyclerview:recyclerview-selection:1.2.0-alpha01" |