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 af1377e commit 29de961Copy full SHA for 29de961
sampleapp/build.gradle.kts
@@ -53,7 +53,7 @@ dependencies {
53
implementation(project(":android"))
54
implementation("androidx.core:core-ktx:1.7.0")
55
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.1")
56
- implementation("androidx.activity:activity-compose:1.3.0")
+ implementation("androidx.activity:activity-compose:1.10.1")
57
implementation(platform("androidx.compose:compose-bom:2022.10.00"))
58
implementation("androidx.compose.ui:ui")
59
implementation("androidx.compose.ui:ui-graphics")
0 commit comments