Skip to content

Commit 02f71a6

Browse files
Merge pull request #3213 from nextcloud/renovate/androidx.core-core-ktx-1.x
fix(deps): update dependency androidx.core:core-ktx to v1.19.0
2 parents 3911bc7 + de6e511 commit 02f71a6

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ android {
1515
defaultConfig {
1616
applicationId "it.niedermann.owncloud.notes"
1717
minSdk 28
18-
compileSdk = 36
18+
compileSdk = 37
1919
targetSdk 36
2020
versionCode 340100050
2121
versionName "34.1.0 Alpha 1"
@@ -144,7 +144,7 @@ dependencies {
144144

145145
// Android X
146146
implementation 'androidx.appcompat:appcompat:1.7.1'
147-
implementation 'androidx.core:core-ktx:1.18.0'
147+
implementation 'androidx.core:core-ktx:1.19.0'
148148
implementation 'androidx.core:core-splashscreen:1.2.0'
149149
implementation 'androidx.fragment:fragment:1.8.9'
150150
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0'

gradle/verification-metadata.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3030,6 +3030,11 @@
30303030
<sha256 value="311d83ac67d394076ec21d12ed2d10a44b59cb2929b7dce00e5a90a93842e37d" origin="Generated by Gradle"/>
30313031
</artifact>
30323032
</component>
3033+
<component group="androidx.core" name="core" version="1.19.0">
3034+
<artifact name="core-1.19.0.aar">
3035+
<sha256 value="55445ad0ff025963929892569a0bfc6b4c68e60d8b7c965dcffba09048c36c8e" origin="Generated by Gradle"/>
3036+
</artifact>
3037+
</component>
30333038
<component group="androidx.core" name="core" version="1.9.0">
30343039
<artifact name="core-1.9.0.module">
30353040
<sha256 value="8674ade1d12962469dd2d1e6edc03b465f20d180b0840a129bc40b351e8651d1" origin="Generated by Gradle" reason="Artifact is not signed"/>

0 commit comments

Comments
 (0)