Update compose dependencies

This commit is contained in:
ganfra 2022-11-23 11:22:32 +01:00
parent ae6b6fe1f3
commit 9cf648193e
3 changed files with 3 additions and 3 deletions

View file

@ -84,7 +84,7 @@ dependencies {
implementation 'io.github.raamcosta.compose-destinations:animations-core: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
androidTestImplementation composeBom

View file

@ -11,7 +11,7 @@ constraintlayout = "2.1.4"
# Compose
compose_compiler = "1.3.2"
compose_bom = "2022.10.00"
compose_bom = "2022.11.00"
# Coroutines
coroutines = "1.6.4"

View file

@ -14,7 +14,7 @@ android {
}
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.material:material")