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 70dc2bb commit 8983294Copy full SHA for 8983294
app/build.gradle.kts
@@ -64,8 +64,8 @@ android {
64
}
65
66
dependencies {
67
- implementation(platform("androidx.compose:compose-bom:2024.12.01"))
68
- implementation("androidx.activity:activity-compose:1.9.3")
+ implementation(platform("androidx.compose:compose-bom:2025.01.00"))
+ implementation("androidx.activity:activity-compose:1.10.0")
69
implementation("androidx.compose.material3:material3")
70
implementation("androidx.compose.ui:ui")
71
implementation("androidx.compose.ui:ui-graphics")
0 commit comments