Skip to content

Commit 1cf2a78

Browse files
Update dependency androidx.core:core-ktx to v1.15.0 (#3163)
* Update dependency androidx.core:core-ktx to v1.15.0 * Update WireBuildPlugin.kt --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jake Wharton <[email protected]>
1 parent 24ebd73 commit 1cf2a78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-support/src/main/kotlin/com/squareup/wire/buildsupport/WireBuildPlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ class WireBuildPlugin : Plugin<Project> {
178178
plugins.withId("com.android.base") {
179179
val android = extensions.getByName("android") as BaseExtension
180180
android.apply {
181-
compileSdkVersion(34)
181+
compileSdkVersion(35)
182182
compileOptions {
183183
sourceCompatibility = JavaVersion.VERSION_1_8
184184
targetCompatibility = JavaVersion.VERSION_1_8

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ androidx-annotations = { module = "androidx.annotation:annotation", version = "1
2929
androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0" }
3030
androidx-compose = { module = "androidx.activity:activity-compose", version = "1.9.3" }
3131
androidx-constraintLayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.0" }
32-
androidx-ktx = { module = "androidx.core:core-ktx", version = "1.13.1" }
32+
androidx-ktx = { module = "androidx.core:core-ktx", version = "1.15.0" }
3333
androidx-test-runner = { module = "androidx.test:runner", version = "1.6.2" }
3434
asm = { module = "org.ow2.asm:asm", version.ref = "asm" }
3535
assertj = { module = "org.assertj:assertj-core", version.ref = "assertj" }

0 commit comments

Comments
 (0)