Skip to content

Commit d2f0de0

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

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

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.material3:material3:1.4.0'
328328
implementation("androidx.compose.material:material-icons-extended")
329329
implementation("androidx.compose.ui:ui-tooling-preview")
330-
implementation 'androidx.activity:activity-compose:1.12.4'
330+
implementation 'androidx.activity:activity-compose:1.13.0'
331331
debugImplementation("androidx.compose.ui:ui-tooling")
332332

333333
//tests

gradle/verification-metadata.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
<trusted-key id="0D5989CD63724BA1CA7D92D7C488A74FCAE540C6" group="org.michaelevans.colorart" name="library" version="0.0.3"/>
3636
<trusted-key id="0D5D634755737A19ABBE2930D4DA5EAB3CD7E958" group="com.google.devtools.ksp" name="symbol-processing-api" version="1.7.0-1.0.6"/>
3737
<trusted-key id="0E225917414670F4442C250DFD533C07C264648F">
38+
<trusting group="androidx.activity"/>
39+
<trusting group="androidx.core"/>
3840
<trusting group="androidx.datastore"/>
3941
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
4042
</trusted-key>
@@ -4820,6 +4822,11 @@
48204822
<sha256 value="6006fde98c6fa98a9180b940bb44971aa5c9243e39f947ad6caddf386fc9cfea" origin="Generated by Gradle"/>
48214823
</artifact>
48224824
</component>
4825+
<component group="androidx.core" name="core" version="1.18.0">
4826+
<artifact name="core-1.18.0.aar">
4827+
<sha256 value="311d83ac67d394076ec21d12ed2d10a44b59cb2929b7dce00e5a90a93842e37d" origin="Generated by Gradle"/>
4828+
</artifact>
4829+
</component>
48234830
<component group="androidx.core" name="core" version="1.2.0">
48244831
<artifact name="core-1.2.0.aar">
48254832
<sha256 value="524b8b88ceb6a74a7e44e6b567a135660f211799904cb218bfee5be1166820b2" origin="Generated by Gradle" reason="Artifact is not signed"/>

0 commit comments

Comments
 (0)