Skip to content

Commit 6f81dd6

Browse files
Update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.6.2
1 parent a05f1f3 commit 6f81dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencies {
5656
implementation("androidx.compose.material:material:$composeVersion")
5757
implementation("androidx.compose.material3:material3:1.0.0-alpha02")
5858
implementation("androidx.compose.ui:ui-tooling-preview:$composeVersion")
59-
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.4.0")
59+
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.2")
6060
implementation("androidx.activity:activity-compose:1.4.0")
6161
testImplementation("junit:junit:4.13.2")
6262
androidTestImplementation("androidx.test.ext:junit:1.1.3")

0 commit comments

Comments
 (0)