Downgrade compose version
This commit is contained in:
parent
7c908f4c58
commit
c94d05cd90
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ dependencyResolutionManagement {
|
|||
|
||||
version("compose-compiler", "1.3.0")
|
||||
|
||||
version("compose", "1.3.0-beta01")
|
||||
version("compose", "1.3.0-alpha03")
|
||||
library("compose-foundation", "androidx.compose.foundation", "foundation").versionRef("compose")
|
||||
library("compose-ui", "androidx.compose.ui", "ui").versionRef("compose")
|
||||
library("compose-ui-util", "androidx.compose.ui", "ui-util").versionRef("compose")
|
||||
|
|
Loading…
Reference in a new issue