We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f52401d + 8c35e8d commit 6a779d8Copy full SHA for 6a779d8
1 file changed
app/build.gradle.kts
@@ -182,7 +182,7 @@ configurations.configureEach {
182
dependencies {
183
kapt("org.jetbrains.kotlin:kotlin-metadata-jvm:$kotlinVersion")
184
implementation("androidx.room:room-testing-android:$roomVersion")
185
- implementation("androidx.compose.foundation:foundation-layout:1.10.6")
+ implementation("androidx.compose.foundation:foundation-layout:1.11.0")
186
spotbugsPlugins("com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0")
187
spotbugsPlugins("com.mebigfatguy.fb-contrib:fb-contrib:7.7.4")
188
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.8")
0 commit comments