Skip to content

Commit adcf524

Browse files
fix(deps): update dependency androidx.core:core-ktx to v1.17.0 (#737)
> [!NOTE] > Mend has cancelled [the proposed renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842) of the Renovate GitHub app being renamed to `mend[bot]`. > > This notice will be removed on 2025-10-07. <hr> This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [androidx.core:core-ktx](https://developer.android.com/jetpack/androidx/releases/core#1.17.0) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | `1.16.0` -> `1.17.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/androidx.core:core-ktx/1.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/androidx.core:core-ktx/1.16.0/1.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/nextcloud/android-common). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS42Ni4yIiwidXBkYXRlZEluVmVyIjoiNDEuMTMxLjkiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbIjMuIHRvIHJldmlldyIsImRlcGVuZGVuY2llcyJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 16cf950 commit adcf524

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

core/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.16.0'
46+
implementation 'androidx.core:core-ktx:1.17.0'
4747
implementation 'androidx.appcompat:appcompat:1.7.1'
4848
implementation 'com.google.android.material:material:1.13.0'
4949

gradle/verification-metadata.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2756,6 +2756,11 @@
27562756
<sha256 value="4ab4a3b0bc1664e3a2c60dec699af635778e15c6ee373971690948f073dd721e" origin="Generated by Gradle"/>
27572757
</artifact>
27582758
</component>
2759+
<component group="androidx.core" name="core" version="1.17.0">
2760+
<artifact name="core-1.17.0.aar">
2761+
<sha256 value="e1bd22bbcf5cee3a992dedb7d2d3c3b31c9f761c01e56d00ea443c8aaa981182" origin="Generated by Gradle"/>
2762+
</artifact>
2763+
</component>
27592764
<component group="androidx.core" name="core" version="1.9.0">
27602765
<artifact name="core-1.9.0.module">
27612766
<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.16.0'
46+
implementation 'androidx.core:core-ktx:1.17.0'
4747
implementation 'androidx.appcompat:appcompat:1.7.1'
4848
implementation 'com.google.android.material:material:1.13.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.16.0'
53+
implementation 'androidx.core:core-ktx:1.17.0'
5454
implementation 'androidx.appcompat:appcompat:1.7.1'
5555
testImplementation 'junit:junit:4.13.2'
5656
androidTestImplementation 'androidx.test.ext:junit:1.3.0'

0 commit comments

Comments
 (0)