Skip to content

Commit afc432a

Browse files
fix(deps): update dependency androidx.activity:activity-compose to v1.10.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f89efa1 commit afc432a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ dependencies {
311311
implementation("androidx.compose.ui:ui")
312312
implementation 'androidx.compose.material3:material3:1.3.1'
313313
implementation("androidx.compose.ui:ui-tooling-preview")
314-
implementation 'androidx.activity:activity-compose:1.9.3'
314+
implementation 'androidx.activity:activity-compose:1.10.0'
315315
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.7'
316316
debugImplementation("androidx.compose.ui:ui-tooling")
317317

0 commit comments

Comments
 (0)