Skip to content

Commit 5525406

Browse files
fix(deps): update dependency androidx.compose.foundation:foundation-layout to v1.10.6
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a36d586 commit 5525406

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ configurations.configureEach {
182182
dependencies {
183183
kapt("org.jetbrains.kotlin:kotlin-metadata-jvm:$kotlinVersion")
184184
implementation("androidx.room:room-testing-android:$roomVersion")
185-
implementation("androidx.compose.foundation:foundation-layout:1.10.5")
185+
implementation("androidx.compose.foundation:foundation-layout:1.10.6")
186186
spotbugsPlugins("com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0")
187187
spotbugsPlugins("com.mebigfatguy.fb-contrib:fb-contrib:7.7.4")
188188
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.8")

0 commit comments

Comments
 (0)