Skip to content

Commit

Permalink
compose lower
Browse files Browse the repository at this point in the history
  • Loading branch information
T8RIN committed Apr 25, 2024
1 parent 66545df commit 0a005a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -188,7 +188,7 @@ internal fun RowScope.ScreenPreferenceSelection(
modifier = Modifier
.widthIn(min = 1.dp)
.fillMaxWidth()
.animateItem(),
.animateItemPlacement(),
shape = RoundedCornerShape(cornerSize),
title = stringResource(screen.title),
subtitle = stringResource(screen.subtitle),
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Expand Up @@ -9,7 +9,7 @@ versionCode = "136"
jvmTarget = "17"
compose-compiler = "1.5.12"

imageToolboxLibs = "1.4.5"
imageToolboxLibs = "1.4.6"

avifCoderCoil = "1.7.5"
avifCoder = "1.7.5"
Expand All @@ -18,7 +18,7 @@ jxlCoderCoil = "2.2.0"
jxlCoder = "2.2.0"

tesseract = "4.7.0"
composeVersion = "1.7.0-alpha07"
composeVersion = "1.7.0-alpha06"
androidx-datastorePreferencesAndroid = "1.1.0"
appUpdateKtx = "2.1.0"
appUpdate = "2.1.0"
Expand Down Expand Up @@ -48,7 +48,7 @@ desugaring = "2.0.4"
activityCompose = "1.9.0"
kotlinxCollectionsImmutable = "0.3.7"
scrollbar = "2.0.7"
material3 = "1.3.0-alpha05"
material3 = "1.3.0-alpha04"
reorderable = "0.9.6"
reviewKtx = "2.0.1"
splashScreen = "1.2.0-alpha01"
Expand Down

0 comments on commit 0a005a0

Please sign in to comment.