Skip to content

Commit 45c22f7

Browse files
dependabot[bot]warting
authored andcommitted
Bump androidx.lifecycle:lifecycle-runtime-ktx from 2.6.0 to 2.6.1
Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.6.0 to 2.6.1. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c6a46ba commit 45c22f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ dependencies {
8989
implementation("androidx.compose.ui:ui")
9090
implementation("androidx.compose.material:material")
9191
implementation("androidx.compose.ui:ui-tooling-preview")
92-
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.0")
92+
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.1")
9393
implementation("androidx.activity:activity-compose:1.6.1")
9494
testImplementation("junit:junit:4.13.2")
9595
androidTestImplementation("androidx.test.ext:junit:1.1.5")

0 commit comments

Comments
 (0)