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