diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-11-01 01:47:34 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2021-11-03 15:07:00 +0530 |
commit | 0834c979a5c6a41106282ffc8a8be72255f780fa (patch) | |
tree | b69ea97ce2b5eab290f78d749001f0384deed788 /gradle | |
parent | 494cb5fc4fbe90d7a4b27e1d1114cb20840883d3 (diff) |
app: add Material3 themes
Diffstat (limited to 'gradle')
-rw-r--r-- | gradle/libs.versions.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9ba85b5a..1a5bc234 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -44,6 +44,7 @@ compose-compiler = { module = "androidx.compose.compiler:compiler", version.ref compose-foundation-core = { module = "androidx.compose.foundation:foundation", version.ref = "compose" } compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout", version.ref = "compose" } compose-material = { module = "androidx.compose.material:material", version.ref = "compose" } +compose-material3 = { module = "androidx.compose.material3:material3", version = "1.0.0-alpha01" } compose-runtime = { module = "androidx.compose.runtime:runtime", version.ref = "compose" } compose-ui-core = { module = "androidx.compose.ui:ui", version.ref = "compose" } compose-ui-test = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "compose" } |