Skip to content

Commit 1f76262

Browse files
fix(deps): update dependency androidx.activity:activity-ktx to v1.10.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 322f478 commit 1f76262

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ dependencies {
301301
})
302302

303303
implementation 'androidx.core:core-ktx:1.13.1'
304-
implementation 'androidx.activity:activity-ktx:1.9.3'
304+
implementation 'androidx.activity:activity-ktx:1.10.1'
305305
implementation 'com.github.nextcloud.android-common:ui:0.23.2'
306306
implementation 'com.github.nextcloud-deps:android-talk-webrtc:132.6834.0'
307307

gradle/verification-metadata.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@
3232
<trusted-key id="0D5989CD63724BA1CA7D92D7C488A74FCAE540C6" group="org.michaelevans.colorart" name="library" version="0.0.3"/>
3333
<trusted-key id="0D5D634755737A19ABBE2930D4DA5EAB3CD7E958" group="com.google.devtools.ksp" name="symbol-processing-api" version="1.7.0-1.0.6"/>
3434
<trusted-key id="0F06FF86BEEAF4E71866EE5232EE5355A6BC6E42">
35+
<trusting group="androidx.activity"/>
3536
<trusting group="androidx.camera"/>
3637
<trusting group="androidx.compose.runtime"/>
3738
<trusting group="androidx.constraintlayout"/>
39+
<trusting group="androidx.core"/>
3840
<trusting group="androidx.databinding"/>
3941
<trusting group="androidx.datastore"/>
4042
<trusting group="androidx.exifinterface" name="exifinterface" version="1.4.0"/>

0 commit comments

Comments
 (0)