Skip to content

Commit 0c29e40

Browse files
authored
Merge pull request #897 from arkivanov/update-compose
Updated Compose to 1.8.2
2 parents 51380be + 1cfe4e5 commit 0c29e40

3 files changed

Lines changed: 77 additions & 77 deletions

File tree

deps.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kotlin = "2.1.0"
55
essenty = "2.5.0"
66
reaktive = "2.2.0"
77
junit = "4.13.2"
8-
jetbrainsCompose = "1.8.0-rc01"
8+
jetbrainsCompose = "1.8.2"
99
jetbrainsComposeMaterialIcons = "1.7.3"
1010
jetbrainsKotlinWrappers = "1.0.0-pre.608"
1111
jetbrainsKotlinxCoroutines = "1.9.0"

extensions-compose-experimental/dependencies/androidReleaseRuntimeClasspath.txt

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,30 @@ androidx.autofill:autofill:1.0.0
99
androidx.collection:collection-jvm:1.5.0
1010
androidx.collection:collection-ktx:1.5.0
1111
androidx.collection:collection:1.5.0
12-
androidx.compose.animation:animation-android:1.8.0-rc03
13-
androidx.compose.animation:animation-core-android:1.8.0-rc03
14-
androidx.compose.animation:animation-core:1.8.0-rc03
15-
androidx.compose.animation:animation:1.8.0-rc03
16-
androidx.compose.foundation:foundation-android:1.8.0-rc03
17-
androidx.compose.foundation:foundation-layout-android:1.8.0-rc03
18-
androidx.compose.foundation:foundation-layout:1.8.0-rc03
19-
androidx.compose.foundation:foundation:1.8.0-rc03
20-
androidx.compose.runtime:runtime-android:1.8.0-rc03
21-
androidx.compose.runtime:runtime-saveable-android:1.8.0-rc03
22-
androidx.compose.runtime:runtime-saveable:1.8.0-rc03
23-
androidx.compose.runtime:runtime:1.8.0-rc03
24-
androidx.compose.ui:ui-android:1.8.0-rc03
25-
androidx.compose.ui:ui-geometry-android:1.8.0-rc03
26-
androidx.compose.ui:ui-geometry:1.8.0-rc03
27-
androidx.compose.ui:ui-graphics-android:1.8.0-rc03
28-
androidx.compose.ui:ui-graphics:1.8.0-rc03
29-
androidx.compose.ui:ui-text-android:1.8.0-rc03
30-
androidx.compose.ui:ui-text:1.8.0-rc03
31-
androidx.compose.ui:ui-unit-android:1.8.0-rc03
32-
androidx.compose.ui:ui-unit:1.8.0-rc03
33-
androidx.compose.ui:ui-util-android:1.8.0-rc03
34-
androidx.compose.ui:ui-util:1.8.0-rc03
35-
androidx.compose.ui:ui:1.8.0-rc03
12+
androidx.compose.animation:animation-android:1.8.2
13+
androidx.compose.animation:animation-core-android:1.8.2
14+
androidx.compose.animation:animation-core:1.8.2
15+
androidx.compose.animation:animation:1.8.2
16+
androidx.compose.foundation:foundation-android:1.8.2
17+
androidx.compose.foundation:foundation-layout-android:1.8.2
18+
androidx.compose.foundation:foundation-layout:1.8.2
19+
androidx.compose.foundation:foundation:1.8.2
20+
androidx.compose.runtime:runtime-android:1.8.2
21+
androidx.compose.runtime:runtime-saveable-android:1.8.2
22+
androidx.compose.runtime:runtime-saveable:1.8.2
23+
androidx.compose.runtime:runtime:1.8.2
24+
androidx.compose.ui:ui-android:1.8.2
25+
androidx.compose.ui:ui-geometry-android:1.8.2
26+
androidx.compose.ui:ui-geometry:1.8.2
27+
androidx.compose.ui:ui-graphics-android:1.8.2
28+
androidx.compose.ui:ui-graphics:1.8.2
29+
androidx.compose.ui:ui-text-android:1.8.2
30+
androidx.compose.ui:ui-text:1.8.2
31+
androidx.compose.ui:ui-unit-android:1.8.2
32+
androidx.compose.ui:ui-unit:1.8.2
33+
androidx.compose.ui:ui-util-android:1.8.2
34+
androidx.compose.ui:ui-util:1.8.2
35+
androidx.compose.ui:ui:1.8.2
3636
androidx.concurrent:concurrent-futures:1.1.0
3737
androidx.core:core-ktx:1.13.1
3838
androidx.core:core:1.13.1
@@ -83,20 +83,20 @@ org.jetbrains.androidx.lifecycle:lifecycle-common:2.8.4
8383
org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.4
8484
org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.8.4
8585
org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.8.4
86-
org.jetbrains.compose.animation:animation-core:1.8.0-rc01
87-
org.jetbrains.compose.animation:animation:1.8.0-rc01
88-
org.jetbrains.compose.annotation-internal:annotation:1.8.0-rc01
89-
org.jetbrains.compose.collection-internal:collection:1.8.0-rc01
90-
org.jetbrains.compose.foundation:foundation-layout:1.8.0-rc01
91-
org.jetbrains.compose.foundation:foundation:1.8.0-rc01
92-
org.jetbrains.compose.runtime:runtime-saveable:1.8.0-rc01
93-
org.jetbrains.compose.runtime:runtime:1.8.0-rc01
94-
org.jetbrains.compose.ui:ui-geometry:1.8.0-rc01
95-
org.jetbrains.compose.ui:ui-graphics:1.8.0-rc01
96-
org.jetbrains.compose.ui:ui-text:1.8.0-rc01
97-
org.jetbrains.compose.ui:ui-unit:1.8.0-rc01
98-
org.jetbrains.compose.ui:ui-util:1.8.0-rc01
99-
org.jetbrains.compose.ui:ui:1.8.0-rc01
86+
org.jetbrains.compose.animation:animation-core:1.8.2
87+
org.jetbrains.compose.animation:animation:1.8.2
88+
org.jetbrains.compose.annotation-internal:annotation:1.8.2
89+
org.jetbrains.compose.collection-internal:collection:1.8.2
90+
org.jetbrains.compose.foundation:foundation-layout:1.8.2
91+
org.jetbrains.compose.foundation:foundation:1.8.2
92+
org.jetbrains.compose.runtime:runtime-saveable:1.8.2
93+
org.jetbrains.compose.runtime:runtime:1.8.2
94+
org.jetbrains.compose.ui:ui-geometry:1.8.2
95+
org.jetbrains.compose.ui:ui-graphics:1.8.2
96+
org.jetbrains.compose.ui:ui-text:1.8.2
97+
org.jetbrains.compose.ui:ui-unit:1.8.2
98+
org.jetbrains.compose.ui:ui-util:1.8.2
99+
org.jetbrains.compose.ui:ui:1.8.2
100100
org.jetbrains.kotlin:kotlin-stdlib:2.1.0
101101
org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0
102102
org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.0

extensions-compose/dependencies/androidReleaseRuntimeClasspath.txt

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,30 @@ androidx.autofill:autofill:1.0.0
99
androidx.collection:collection-jvm:1.5.0
1010
androidx.collection:collection-ktx:1.5.0
1111
androidx.collection:collection:1.5.0
12-
androidx.compose.animation:animation-android:1.8.0-rc03
13-
androidx.compose.animation:animation-core-android:1.8.0-rc03
14-
androidx.compose.animation:animation-core:1.8.0-rc03
15-
androidx.compose.animation:animation:1.8.0-rc03
16-
androidx.compose.foundation:foundation-android:1.8.0-rc03
17-
androidx.compose.foundation:foundation-layout-android:1.8.0-rc03
18-
androidx.compose.foundation:foundation-layout:1.8.0-rc03
19-
androidx.compose.foundation:foundation:1.8.0-rc03
20-
androidx.compose.runtime:runtime-android:1.8.0-rc03
21-
androidx.compose.runtime:runtime-saveable-android:1.8.0-rc03
22-
androidx.compose.runtime:runtime-saveable:1.8.0-rc03
23-
androidx.compose.runtime:runtime:1.8.0-rc03
24-
androidx.compose.ui:ui-android:1.8.0-rc03
25-
androidx.compose.ui:ui-geometry-android:1.8.0-rc03
26-
androidx.compose.ui:ui-geometry:1.8.0-rc03
27-
androidx.compose.ui:ui-graphics-android:1.8.0-rc03
28-
androidx.compose.ui:ui-graphics:1.8.0-rc03
29-
androidx.compose.ui:ui-text-android:1.8.0-rc03
30-
androidx.compose.ui:ui-text:1.8.0-rc03
31-
androidx.compose.ui:ui-unit-android:1.8.0-rc03
32-
androidx.compose.ui:ui-unit:1.8.0-rc03
33-
androidx.compose.ui:ui-util-android:1.8.0-rc03
34-
androidx.compose.ui:ui-util:1.8.0-rc03
35-
androidx.compose.ui:ui:1.8.0-rc03
12+
androidx.compose.animation:animation-android:1.8.2
13+
androidx.compose.animation:animation-core-android:1.8.2
14+
androidx.compose.animation:animation-core:1.8.2
15+
androidx.compose.animation:animation:1.8.2
16+
androidx.compose.foundation:foundation-android:1.8.2
17+
androidx.compose.foundation:foundation-layout-android:1.8.2
18+
androidx.compose.foundation:foundation-layout:1.8.2
19+
androidx.compose.foundation:foundation:1.8.2
20+
androidx.compose.runtime:runtime-android:1.8.2
21+
androidx.compose.runtime:runtime-saveable-android:1.8.2
22+
androidx.compose.runtime:runtime-saveable:1.8.2
23+
androidx.compose.runtime:runtime:1.8.2
24+
androidx.compose.ui:ui-android:1.8.2
25+
androidx.compose.ui:ui-geometry-android:1.8.2
26+
androidx.compose.ui:ui-geometry:1.8.2
27+
androidx.compose.ui:ui-graphics-android:1.8.2
28+
androidx.compose.ui:ui-graphics:1.8.2
29+
androidx.compose.ui:ui-text-android:1.8.2
30+
androidx.compose.ui:ui-text:1.8.2
31+
androidx.compose.ui:ui-unit-android:1.8.2
32+
androidx.compose.ui:ui-unit:1.8.2
33+
androidx.compose.ui:ui-util-android:1.8.2
34+
androidx.compose.ui:ui-util:1.8.2
35+
androidx.compose.ui:ui:1.8.2
3636
androidx.concurrent:concurrent-futures:1.1.0
3737
androidx.core:core-ktx:1.13.1
3838
androidx.core:core:1.13.1
@@ -83,20 +83,20 @@ org.jetbrains.androidx.lifecycle:lifecycle-common:2.8.4
8383
org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.4
8484
org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.8.4
8585
org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.8.4
86-
org.jetbrains.compose.animation:animation-core:1.8.0-rc01
87-
org.jetbrains.compose.animation:animation:1.8.0-rc01
88-
org.jetbrains.compose.annotation-internal:annotation:1.8.0-rc01
89-
org.jetbrains.compose.collection-internal:collection:1.8.0-rc01
90-
org.jetbrains.compose.foundation:foundation-layout:1.8.0-rc01
91-
org.jetbrains.compose.foundation:foundation:1.8.0-rc01
92-
org.jetbrains.compose.runtime:runtime-saveable:1.8.0-rc01
93-
org.jetbrains.compose.runtime:runtime:1.8.0-rc01
94-
org.jetbrains.compose.ui:ui-geometry:1.8.0-rc01
95-
org.jetbrains.compose.ui:ui-graphics:1.8.0-rc01
96-
org.jetbrains.compose.ui:ui-text:1.8.0-rc01
97-
org.jetbrains.compose.ui:ui-unit:1.8.0-rc01
98-
org.jetbrains.compose.ui:ui-util:1.8.0-rc01
99-
org.jetbrains.compose.ui:ui:1.8.0-rc01
86+
org.jetbrains.compose.animation:animation-core:1.8.2
87+
org.jetbrains.compose.animation:animation:1.8.2
88+
org.jetbrains.compose.annotation-internal:annotation:1.8.2
89+
org.jetbrains.compose.collection-internal:collection:1.8.2
90+
org.jetbrains.compose.foundation:foundation-layout:1.8.2
91+
org.jetbrains.compose.foundation:foundation:1.8.2
92+
org.jetbrains.compose.runtime:runtime-saveable:1.8.2
93+
org.jetbrains.compose.runtime:runtime:1.8.2
94+
org.jetbrains.compose.ui:ui-geometry:1.8.2
95+
org.jetbrains.compose.ui:ui-graphics:1.8.2
96+
org.jetbrains.compose.ui:ui-text:1.8.2
97+
org.jetbrains.compose.ui:ui-unit:1.8.2
98+
org.jetbrains.compose.ui:ui-util:1.8.2
99+
org.jetbrains.compose.ui:ui:1.8.2
100100
org.jetbrains.kotlin:kotlin-stdlib:2.1.0
101101
org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0
102102
org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.0

0 commit comments

Comments
 (0)