Bump Compose Material3 dependencies
This commit is contained in:
parent
3bfbd58402
commit
0d9c1e6e9c
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
compiler = "1.3.1"
|
||||
compose = "1.2.1"
|
||||
accompanist = "0.25.1"
|
||||
material3 = "1.0.0-beta03"
|
||||
material3 = "1.0.0-rc01"
|
||||
|
||||
[libraries]
|
||||
activity = "androidx.activity:activity-compose:1.6.0"
|
||||
|
@ -14,7 +14,7 @@ ui-util = { module = "androidx.compose.ui:ui-util", version.ref = "compose" }
|
|||
|
||||
material3-core = { module = "androidx.compose.material3:material3", version.ref = "material3" }
|
||||
material3-windowsizeclass = { module = "androidx.compose.material3:material3-window-size-class", version.ref = "material3" }
|
||||
material3-adapter = "com.google.android.material:compose-theme-adapter-3:1.0.19"
|
||||
material3-adapter = "com.google.android.material:compose-theme-adapter-3:1.0.20"
|
||||
material-icons = { module = "androidx.compose.material:material-icons-extended", version.ref = "compose" }
|
||||
|
||||
accompanist-webview = { module = "com.google.accompanist:accompanist-webview", version.ref = "accompanist" }
|
||||
|
|
Reference in a new issue