Skip to content
This repository was archived by the owner on Mar 2, 2025. It is now read-only.

Commit 421a0aa

Browse files
Bump androidx.lifecycle:lifecycle-runtime-ktx in /frontend
Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.7.0 to 2.8.0. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8ab55d6 commit 421a0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ android {
6767
dependencies {
6868

6969
implementation("androidx.core:core-ktx:1.13.1")
70-
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.7.0")
70+
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.0")
7171
implementation("androidx.activity:activity-compose:1.9.0")
7272
implementation(platform("androidx.compose:compose-bom:2024.05.00"))
7373
implementation("androidx.compose.ui:ui")

0 commit comments

Comments
 (0)