Skip to content

Commit 82544d0

Browse files
Merge pull request #3096 from nextcloud/renovate/androidx.core-core-ktx-1.x
fix(deps): update dependency androidx.core:core-ktx to v1.18.0
2 parents 7e8bc4c + 4abb673 commit 82544d0

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ dependencies {
143143

144144
// Android X
145145
implementation 'androidx.appcompat:appcompat:1.7.1'
146-
implementation 'androidx.core:core-ktx:1.17.0'
146+
implementation 'androidx.core:core-ktx:1.18.0'
147147
implementation 'androidx.core:core-splashscreen:1.2.0'
148148
implementation 'androidx.fragment:fragment:1.8.9'
149149
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0'

gradle/verification-metadata.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
<trust file=".*-sources[.]jar" regex="true" reason="Android Studio downloads source jars but doesn't add checksums - fixes building in AS"/>
1111
<trust file=".*android-library-2.21.0.module" regex="true" reason="CodeQL fails to resolve this and write it to the metadata"/>
1212
</trusted-artifacts>
13+
<ignored-keys>
14+
<ignored-key id="5A68A2249128E2C6" reason="Key couldn't be downloaded from any key server"/>
15+
</ignored-keys>
1316
<trusted-keys>
1417
<trusted-key id="04543577D6A9CC626239C50C7ECBD740FF06AEB5">
1518
<trusting group="org.glassfish.jaxb"/>
@@ -22,6 +25,7 @@
2225
<trusted-key id="0CC641C3A62453AB390066C4A41F13C999945293" group="commons-logging" name="commons-logging" version="1.2"/>
2326
<trusted-key id="0D35D3F60078655126908E8AF3D1600878E85A3D" group="io.netty"/>
2427
<trusted-key id="0E225917414670F4442C250DFD533C07C264648F">
28+
<trusting group="androidx.core"/>
2529
<trusting group="androidx.databinding"/>
2630
<trusting group="^com[.]android($|([.].*))" regex="true"/>
2731
</trusted-key>
@@ -3015,6 +3019,11 @@
30153019
<sha256 value="6006fde98c6fa98a9180b940bb44971aa5c9243e39f947ad6caddf386fc9cfea" origin="Generated by Gradle"/>
30163020
</artifact>
30173021
</component>
3022+
<component group="androidx.core" name="core" version="1.18.0">
3023+
<artifact name="core-1.18.0.aar">
3024+
<sha256 value="311d83ac67d394076ec21d12ed2d10a44b59cb2929b7dce00e5a90a93842e37d" origin="Generated by Gradle"/>
3025+
</artifact>
3026+
</component>
30183027
<component group="androidx.core" name="core" version="1.9.0">
30193028
<artifact name="core-1.9.0.module">
30203029
<sha256 value="8674ade1d12962469dd2d1e6edc03b465f20d180b0840a129bc40b351e8651d1" origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -15542,6 +15551,14 @@
1554215551
<sha256 value="af781c9a5766ffea311a0df0536576a64decc661aa110c4de5c73ac8bf434424" origin="Generated by Gradle"/>
1554315552
</artifact>
1554415553
</component>
15554+
<component group="com.google.crypto.tink" name="tink" version="1.18.0">
15555+
<artifact name="tink-1.18.0.jar">
15556+
<sha256 value="30df12a1f59045637213477656e01f6fbcc02616c20da1696cbd4643ada668ef" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
15557+
</artifact>
15558+
<artifact name="tink-1.18.0.pom">
15559+
<sha256 value="08c2dcac9ce37428aca73b1d6aa6a93f35c385224db03b3cae843b74e64d1edf" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
15560+
</artifact>
15561+
</component>
1554515562
<component group="com.google.crypto.tink" name="tink" version="1.7.0">
1554615563
<artifact name="tink-1.7.0.jar">
1554715564
<sha256 value="88970a456a08ba4c66b01b23e5846ca1095cc14e54cb48363e5d2e15a1307308" origin="Generated by Gradle"/>

0 commit comments

Comments
 (0)