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

@ -1,6 +1,6 @@
[versions] [versions]
accompanist = "0.21.3-beta" accompanist = "0.21.3-beta"
aurora = "1.0.0-beta2" aurora = "1.0.0-beta5"
coroutines = "1.5.2" coroutines = "1.5.2"
hilt = "2.40.2" hilt = "2.40.2"
richtext = "0.9.0" richtext = "0.9.0"

View file

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