Skip to content

Commit 7119430

Browse files
Merge pull request #543 from nextcloud/renovate/androidx.core-core-ktx-1.x
fix(deps): update dependency androidx.core:core-ktx to v1.15.0
2 parents ded7393 + 8ecd442 commit 7119430

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ android {
3838
}
3939

4040
dependencies {
41-
implementation 'androidx.core:core-ktx:1.13.1'
41+
implementation 'androidx.core:core-ktx:1.15.0'
4242
implementation 'androidx.appcompat:appcompat:1.7.0'
4343
implementation 'com.google.android.material:material:1.12.0'
4444
testImplementation 'junit:junit:4.13.2'

gradle/verification-metadata.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@
122122
<trusting group="androidx.core"/>
123123
<trusting group="androidx.lifecycle"/>
124124
<trusting group="androidx.preference" name="preference-ktx" version="1.2.1"/>
125+
<trusting group="androidx.tracing" name="tracing" version="1.2.0"/>
125126
<trusting group="androidx.webkit"/>
126127
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
127128
</trusted-key>
@@ -716,6 +717,11 @@
716717
<sha256 value="2c27de199535675005553066597a4b20fa1eea7c228ab4ef6b32b5fe39ca1f59" origin="Generated by Gradle"/>
717718
</artifact>
718719
</component>
720+
<component group="androidx.core" name="core" version="1.15.0">
721+
<artifact name="core-1.15.0.aar">
722+
<sha256 value="432b85a1974076e14b487ece4a28c59a84f1b9efc3fc8be72cd7f05d32055e51" origin="Generated by Gradle"/>
723+
</artifact>
724+
</component>
719725
<component group="androidx.core" name="core" version="1.9.0">
720726
<artifact name="core-1.9.0.module">
721727
<sha256 value="8674ade1d12962469dd2d1e6edc03b465f20d180b0840a129bc40b351e8651d1" origin="Generated by Gradle" reason="Artifact is not signed"/>

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ android {
4343
}
4444

4545
dependencies {
46-
implementation 'androidx.core:core-ktx:1.13.1'
46+
implementation 'androidx.core:core-ktx:1.15.0'
4747
implementation 'androidx.appcompat:appcompat:1.7.0'
4848
implementation 'com.google.android.material:material:1.12.0'
4949
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'

ui/build.gradle

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

5151
implementation("com.vanniktech:ui:0.10.0")
5252

53-
implementation 'androidx.core:core-ktx:1.13.1'
53+
implementation 'androidx.core:core-ktx:1.15.0'
5454
implementation 'androidx.appcompat:appcompat:1.7.0'
5555
testImplementation 'junit:junit:4.13.2'
5656
androidTestImplementation 'androidx.test.ext:junit:1.2.1'

0 commit comments

Comments
 (0)