Skip to content

Commit

Permalink
Update dependency androidx.core:core-ktx to v1.15.0 (#2420)
Browse files Browse the repository at this point in the history
* Update dependency androidx.core:core-ktx to v1.15.0

* compileSdk 35

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jake Wharton <[email protected]>
  • Loading branch information
renovate[bot] and JakeWharton authored Oct 30, 2024
1 parent 9d97386 commit 219c051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class RedwoodBuildPlugin : Plugin<Project> {
plugins.withId("com.android.base") {
val android = extensions.getByName("android") as BaseExtension
android.apply {
compileSdkVersion(34)
compileSdkVersion(35)
compileOptions {
it.sourceCompatibility = JavaVersion.VERSION_1_8
it.targetCompatibility = JavaVersion.VERSION_1_8
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ androidx-activity-compose = { module = "androidx.activity:activity-compose", ver
androidx-appCompat = { module = "androidx.appcompat:appcompat", version = "1.7.0" }
androidx-compose-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "androidx-compose-ui" }
androidx-compose-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest", version.ref = "androidx-compose-ui" }
androidx-core = { module = "androidx.core:core-ktx", version = "1.13.1" }
androidx-core = { module = "androidx.core:core-ktx", version = "1.15.0" }
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.3.2" }
androidx-swipeRefreshLayout = "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
androidx-test-core = "androidx.test:core-ktx:1.6.1"
Expand Down

0 comments on commit 219c051

Please sign in to comment.