Skip to content

Commit

Permalink
Update dependency androidx.core:core-ktx to v1.15.0 (#355)
Browse files Browse the repository at this point in the history
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 74dd3ff commit d395f06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "a
androidx-compose-compiler = "androidx.compose.compiler:compiler:1.5.15"
androidx-compose-material = { module = "androidx.compose.material:material", version = "1.7.5" }
androidx-compose-ui = { module = "androidx.compose.ui:ui", version = "1.7.5" }
androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.13.1" }
androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.15.0" }
androidx-paging-common = { module = "androidx.paging:paging-common", version.ref = "androidx-paging" }
androidx-paging-compose = { module = "androidx.paging:paging-compose", version.ref = "androidx-paging" }
androidx-paging-runtime = { module = "androidx.paging:paging-runtime", version.ref = "androidx-paging" }
Expand Down
2 changes: 1 addition & 1 deletion paging-compose-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ kotlin {

android {
namespace = "app.cash.paging.compose"
compileSdk = 34
compileSdk = 35

defaultConfig {
minSdk = 21
Expand Down
2 changes: 1 addition & 1 deletion samples/repo-search/android-composeui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

android {
namespace = "app.cash.paging.samples.reposearch"
compileSdk = 34
compileSdk = 35

defaultConfig {
applicationId = "app.cash.paging.samples.reposearch"
Expand Down

0 comments on commit d395f06

Please sign in to comment.