Skip to content

Commit 2bfcf8f

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

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ dependencies {
327327
implementation("androidx.compose.ui:ui")
328328
implementation 'androidx.compose.material3:material3:1.3.2'
329329
implementation("androidx.compose.ui:ui-tooling-preview")
330-
implementation 'androidx.activity:activity-compose:1.10.1'
330+
implementation 'androidx.activity:activity-compose:1.11.0'
331331
debugImplementation("androidx.compose.ui:ui-tooling")
332332

333333
//tests

gradle/verification-metadata.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,11 @@
418418
<sha256 value="893b73a4b16d19c0338675ad0b9fa5122d9c69c44f611871bd8c407d3be23a68" origin="Generated by Gradle"/>
419419
</artifact>
420420
</component>
421+
<component group="androidx.activity" name="activity" version="1.11.0">
422+
<artifact name="activity-1.11.0.aar">
423+
<sha256 value="26726186b34f90b0fe55bbf0ebbf640ade99915bc35f4cb0153ddcf751499bd3" origin="Generated by Gradle"/>
424+
</artifact>
425+
</component>
421426
<component group="androidx.activity" name="activity" version="1.2.4">
422427
<artifact name="activity-1.2.4.aar">
423428
<sha256 value="ae8e9c7de57e387d2ad90e73f3a5a5dfd502bd4f034c1dccfdb3506d1d2df81a" origin="Generated by Gradle" reason="Artifact is not signed"/>

0 commit comments

Comments
 (0)