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.
1 parent c8b1dda commit bf075feCopy full SHA for bf075fe
sampleapp/build.gradle.kts
@@ -54,7 +54,7 @@ dependencies {
54
implementation("androidx.core:core-ktx:1.16.0")
55
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.0")
56
implementation("androidx.activity:activity-compose:1.10.1")
57
- implementation(platform("androidx.compose:compose-bom:2025.05.00"))
+ implementation(platform("androidx.compose:compose-bom:2025.08.00"))
58
implementation("androidx.compose.ui:ui")
59
implementation("androidx.compose.ui:ui-graphics")
60
implementation("androidx.compose.ui:ui-tooling-preview")
0 commit comments