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