Skip to content

Commit 79b060e

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 8571a25 commit 79b060e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ dependencies {
313313
implementation("androidx.compose.ui:ui")
314314
implementation 'androidx.compose.material3:material3:1.3.1'
315315
implementation("androidx.compose.ui:ui-tooling-preview")
316-
implementation 'androidx.activity:activity-compose:1.9.3'
316+
implementation 'androidx.activity:activity-compose:1.10.0'
317317
debugImplementation("androidx.compose.ui:ui-tooling")
318318

319319
//tests

0 commit comments

Comments
 (0)