Skip to content

Commit c3b01b1

Browse files
Merge pull request #2035 from nextcloud/renovate/androidx.core-core-ktx-1.x
Update dependency androidx.core:core-ktx to v1.19.0
2 parents 752dba8 + 08b7daa commit c3b01b1

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

gradle/verification-metadata.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,11 @@
590590
<sha256 value="311d83ac67d394076ec21d12ed2d10a44b59cb2929b7dce00e5a90a93842e37d" origin="Generated by Gradle"/>
591591
</artifact>
592592
</component>
593+
<component group="androidx.core" name="core" version="1.19.0">
594+
<artifact name="core-1.19.0.aar">
595+
<sha256 value="55445ad0ff025963929892569a0bfc6b4c68e60d8b7c965dcffba09048c36c8e" origin="Generated by Gradle"/>
596+
</artifact>
597+
</component>
593598
<component group="androidx.core" name="core" version="1.6.0">
594599
<artifact name="core-1.6.0.aar">
595600
<sha256 value="875dbec888c91b05521575fd180cc08824d2c4d12b10b0261b4f9d6825214ef1" origin="Generated by Gradle"/>

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dependencies {
6969
implementation 'androidx.annotation:annotation:1.10.0'
7070
compileOnly 'com.google.code.findbugs:annotations:3.0.1'
7171

72-
implementation "androidx.core:core-ktx:1.18.0"
72+
implementation "androidx.core:core-ktx:1.19.0"
7373
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
7474
implementation 'com.google.guava:guava:33.6.0-jre'
7575

@@ -123,7 +123,7 @@ tasks.withType(SpotBugsTask){task ->
123123
}
124124

125125
android {
126-
compileSdk = 36
126+
compileSdk = 37
127127

128128
buildTypes {
129129
debug {

sample_client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repositories {
2727
}
2828

2929
android {
30-
compileSdk = 36
30+
compileSdk = 37
3131

3232

3333
packagingOptions {

0 commit comments

Comments
 (0)