build: upgrade Compose and other dependencies

This commit is contained in:
Harsh Shandilya 2022-01-20 20:52:44 +05:30
parent 7e67fdb325
commit b3dbbd31f3
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 3 additions and 3 deletions

View file

@ -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 {