Skip to content

Commit

Permalink
Merge pull request #1126 from square/renovate/androidx.core
Browse files Browse the repository at this point in the history
  • Loading branch information
RBusarow authored Feb 25, 2024
2 parents 62085e6 + 526b825 commit d2ecb1b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ androidx-compose-compiler = "1.5.3"
# see https://developer.android.com/jetpack/compose/bom/bom-mapping
androidx-compose-bom = "2023.01.00"
androidx-constraintlayout = "2.1.4"
androidx-core = "1.10.0"
androidx-core = "1.12.0"
androidx-fragment = "1.3.6"
androidx-gridlayout = "1.0.0"
androidx-lifecycle = "2.6.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ androidx.compose.ui:ui-util:1.3.3
androidx.compose.ui:ui:1.3.3
androidx.compose:compose-bom:2023.01.00
androidx.concurrent:concurrent-futures:1.1.0
androidx.core:core-ktx:1.10.0
androidx.core:core:1.10.0
androidx.core:core-ktx:1.12.0
androidx.core:core:1.12.0
androidx.customview:customview-poolingcontainer:1.0.0
androidx.interpolator:interpolator:1.0.0
androidx.lifecycle:lifecycle-common-java8:2.6.1
Expand Down
4 changes: 2 additions & 2 deletions workflow-ui/compose/dependencies/releaseRuntimeClasspath.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ androidx.compose.ui:ui-util:1.3.3
androidx.compose.ui:ui:1.3.3
androidx.compose:compose-bom:2023.01.00
androidx.concurrent:concurrent-futures:1.1.0
androidx.core:core-ktx:1.10.0
androidx.core:core:1.10.0
androidx.core:core-ktx:1.12.0
androidx.core:core:1.12.0
androidx.customview:customview-poolingcontainer:1.0.0
androidx.interpolator:interpolator:1.0.0
androidx.lifecycle:lifecycle-common-java8:2.6.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ androidx.arch.core:core-common:2.2.0
androidx.arch.core:core-runtime:2.2.0
androidx.collection:collection:1.1.0
androidx.concurrent:concurrent-futures:1.1.0
androidx.core:core-ktx:1.10.0
androidx.core:core:1.10.0
androidx.core:core-ktx:1.12.0
androidx.core:core:1.12.0
androidx.interpolator:interpolator:1.0.0
androidx.lifecycle:lifecycle-common:2.6.1
androidx.lifecycle:lifecycle-livedata-core:2.6.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ androidx.arch.core:core-common:2.2.0
androidx.arch.core:core-runtime:2.2.0
androidx.collection:collection:1.1.0
androidx.concurrent:concurrent-futures:1.1.0
androidx.core:core-ktx:1.10.0
androidx.core:core:1.10.0
androidx.core:core-ktx:1.12.0
androidx.core:core:1.12.0
androidx.interpolator:interpolator:1.0.0
androidx.lifecycle:lifecycle-common:2.6.1
androidx.lifecycle:lifecycle-livedata-core:2.6.1
Expand Down

0 comments on commit d2ecb1b

Please sign in to comment.