Skip to content

Commit d093db1

Browse files
Merge pull request #646 from nextcloud/renovate/androidx.core-core-ktx-1.x
fix(deps): update dependency androidx.core:core-ktx to v1.16.0
2 parents 10b925f + c2749e4 commit d093db1

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.15.0'
41+
implementation 'androidx.core:core-ktx:1.16.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
@@ -58,6 +58,7 @@
5858
<trusted-key id="0D35D3F60078655126908E8AF3D1600878E85A3D" group="io.netty"/>
5959
<trusted-key id="0F06FF86BEEAF4E71866EE5232EE5355A6BC6E42">
6060
<trusting group="androidx.constraintlayout"/>
61+
<trusting group="androidx.core"/>
6162
<trusting group="androidx.databinding"/>
6263
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
6364
<trusting group="^com[.]android($|([.].*))" regex="true"/>
@@ -1459,6 +1460,11 @@
14591460
<sha256 value="e8a6c386e1765d870012fed2221173d4a2e8d2fd5aec732c51afb4a9f4684519" origin="Generated by Gradle"/>
14601461
</artifact>
14611462
</component>
1463+
<component group="androidx.core" name="core" version="1.16.0">
1464+
<artifact name="core-1.16.0.aar">
1465+
<sha256 value="6bf03d39dbe3744acce227d3b697374c3625aae1025fbec8ad9fd7bd58bce431" origin="Generated by Gradle"/>
1466+
</artifact>
1467+
</component>
14621468
<component group="androidx.core" name="core" version="1.9.0">
14631469
<artifact name="core-1.9.0.module">
14641470
<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.15.0'
46+
implementation 'androidx.core:core-ktx:1.16.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.1'

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.15.0'
53+
implementation 'androidx.core:core-ktx:1.16.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)