mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 19:57:04 +05:30
build: upgrade Compose and Aurora
This commit is contained in:
parent
fddfbaf089
commit
103e6e60bb
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue