Skip to content

Commit c388feb

Browse files
fix(deps): update dependency androidx.core:core-ktx to v1.19.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9ff26ab commit c388feb

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ dependencies {
330330
exclude(group = "org.apache.httpcomponents", module = "httpclient")
331331
}
332332

333-
implementation("androidx.core:core-ktx:1.18.0")
333+
implementation("androidx.core:core-ktx:1.19.0")
334334
implementation("androidx.sharetarget:sharetarget:1.2.0")
335335
implementation("androidx.activity:activity-ktx:1.13.0")
336336
implementation("com.github.nextcloud.android-common:ui:0.33.2")

gradle/verification-metadata.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
</trusted-key>
5050
<trusted-key id="0F06FF86BEEAF4E71866EE5232EE5355A6BC6E42">
5151
<trusting group="androidx.activity"/>
52+
<trusting group="androidx.annotation"/>
5253
<trusting group="androidx.annotation" name="annotation-experimental" version="1.5.0"/>
5354
<trusting group="androidx.appcompat"/>
5455
<trusting group="androidx.camera"/>
@@ -5277,6 +5278,11 @@
52775278
<sha256 value="b67ff7a1f9be95687dfa86d6055147fc1d8bbe3b1dc19048c432afca18abfd95" origin="Generated by Gradle"/>
52785279
</artifact>
52795280
</component>
5281+
<component group="androidx.core" name="core" version="1.19.0">
5282+
<artifact name="core-1.19.0.aar">
5283+
<sha256 value="55445ad0ff025963929892569a0bfc6b4c68e60d8b7c965dcffba09048c36c8e" origin="Generated by Gradle"/>
5284+
</artifact>
5285+
</component>
52805286
<component group="androidx.core" name="core" version="1.2.0">
52815287
<artifact name="core-1.2.0.aar">
52825288
<sha256 value="524b8b88ceb6a74a7e44e6b567a135660f211799904cb218bfee5be1166820b2" origin="Generated by Gradle" reason="Artifact is not signed"/>

0 commit comments

Comments
 (0)