mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 12:57:04 +05:30
build: upgrade Compose and other dependencies
This commit is contained in:
parent
7e67fdb325
commit
b3dbbd31f3
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ pluginManagement {
|
|||
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
|
||||
google()
|
||||
}
|
||||
plugins { id("org.jetbrains.compose") version "1.0.1" apply false }
|
||||
plugins { id("org.jetbrains.compose") version "1.1.0-alpha1-dev550" apply false }
|
||||
}
|
||||
|
||||
dependencyResolutionManagement {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue