build: upgrade Compose and Aurora

This commit is contained in:
Harsh Shandilya 2021-12-02 19:01:48 +05:30
parent fddfbaf089
commit 103e6e60bb
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ pluginManagement {
google()
}
plugins {
id("org.jetbrains.compose") version "1.0.0-rc4" apply false
id("org.jetbrains.compose") version "1.0.0" apply false
}
}