Skip to content

Commit d2ecb1b

Browse files
authored
Merge pull request #1126 from square/renovate/androidx.core
2 parents 62085e6 + 526b825 commit d2ecb1b

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ androidx-compose-compiler = "1.5.3"
1717
# see https://developer.android.com/jetpack/compose/bom/bom-mapping
1818
androidx-compose-bom = "2023.01.00"
1919
androidx-constraintlayout = "2.1.4"
20-
androidx-core = "1.10.0"
20+
androidx-core = "1.12.0"
2121
androidx-fragment = "1.3.6"
2222
androidx-gridlayout = "1.0.0"
2323
androidx-lifecycle = "2.6.1"

workflow-ui/compose-tooling/dependencies/releaseRuntimeClasspath.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ androidx.compose.ui:ui-util:1.3.3
2323
androidx.compose.ui:ui:1.3.3
2424
androidx.compose:compose-bom:2023.01.00
2525
androidx.concurrent:concurrent-futures:1.1.0
26-
androidx.core:core-ktx:1.10.0
27-
androidx.core:core:1.10.0
26+
androidx.core:core-ktx:1.12.0
27+
androidx.core:core:1.12.0
2828
androidx.customview:customview-poolingcontainer:1.0.0
2929
androidx.interpolator:interpolator:1.0.0
3030
androidx.lifecycle:lifecycle-common-java8:2.6.1

workflow-ui/compose/dependencies/releaseRuntimeClasspath.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ androidx.compose.ui:ui-util:1.3.3
2020
androidx.compose.ui:ui:1.3.3
2121
androidx.compose:compose-bom:2023.01.00
2222
androidx.concurrent:concurrent-futures:1.1.0
23-
androidx.core:core-ktx:1.10.0
24-
androidx.core:core:1.10.0
23+
androidx.core:core-ktx:1.12.0
24+
androidx.core:core:1.12.0
2525
androidx.customview:customview-poolingcontainer:1.0.0
2626
androidx.interpolator:interpolator:1.0.0
2727
androidx.lifecycle:lifecycle-common-java8:2.6.1

workflow-ui/core-android/dependencies/releaseRuntimeClasspath.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ androidx.arch.core:core-common:2.2.0
66
androidx.arch.core:core-runtime:2.2.0
77
androidx.collection:collection:1.1.0
88
androidx.concurrent:concurrent-futures:1.1.0
9-
androidx.core:core-ktx:1.10.0
10-
androidx.core:core:1.10.0
9+
androidx.core:core-ktx:1.12.0
10+
androidx.core:core:1.12.0
1111
androidx.interpolator:interpolator:1.0.0
1212
androidx.lifecycle:lifecycle-common:2.6.1
1313
androidx.lifecycle:lifecycle-livedata-core:2.6.1

workflow-ui/radiography/dependencies/releaseRuntimeClasspath.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ androidx.arch.core:core-common:2.2.0
66
androidx.arch.core:core-runtime:2.2.0
77
androidx.collection:collection:1.1.0
88
androidx.concurrent:concurrent-futures:1.1.0
9-
androidx.core:core-ktx:1.10.0
10-
androidx.core:core:1.10.0
9+
androidx.core:core-ktx:1.12.0
10+
androidx.core:core:1.12.0
1111
androidx.interpolator:interpolator:1.0.0
1212
androidx.lifecycle:lifecycle-common:2.6.1
1313
androidx.lifecycle:lifecycle-livedata-core:2.6.1

0 commit comments

Comments
 (0)