Update compose dependencies
This commit is contained in:
parent
a5c09f0b85
commit
6759240687
3 changed files with 3 additions and 3 deletions
|
|
@ -84,7 +84,7 @@ dependencies {
|
||||||
implementation 'io.github.raamcosta.compose-destinations:animations-core:1.7.23-beta'
|
implementation 'io.github.raamcosta.compose-destinations:animations-core:1.7.23-beta'
|
||||||
ksp 'io.github.raamcosta.compose-destinations:ksp:1.7.23-beta'
|
ksp 'io.github.raamcosta.compose-destinations:ksp:1.7.23-beta'
|
||||||
|
|
||||||
def composeBom = platform('androidx.compose:compose-bom:2022.10.00')
|
def composeBom = platform('androidx.compose:compose-bom:2022.11.00')
|
||||||
implementation composeBom
|
implementation composeBom
|
||||||
androidTestImplementation composeBom
|
androidTestImplementation composeBom
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ constraintlayout = "2.1.4"
|
||||||
|
|
||||||
# Compose
|
# Compose
|
||||||
compose_compiler = "1.3.2"
|
compose_compiler = "1.3.2"
|
||||||
compose_bom = "2022.10.00"
|
compose_bom = "2022.11.00"
|
||||||
|
|
||||||
# Coroutines
|
# Coroutines
|
||||||
coroutines = "1.6.4"
|
coroutines = "1.6.4"
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(platform("androidx.compose:compose-bom:2022.10.00"))
|
implementation(platform("androidx.compose:compose-bom:2022.11.00"))
|
||||||
|
|
||||||
implementation("androidx.compose.ui:ui")
|
implementation("androidx.compose.ui:ui")
|
||||||
implementation("androidx.compose.material:material")
|
implementation("androidx.compose.material:material")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue