Skip to content

Commit 8f34f56

Browse files
committed
Bump library versions to CMP 1.10.0-alpha03
1 parent 50557ad commit 8f34f56

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ android-targetSdk = "36"
88
androidx-activityCompose = "1.11.0"
99
androidx-core-ktx = "1.17.0"
1010
androidx-core-splashscreen = "1.0.1"
11-
androidx-lifecycle = "2.10.0+dev3105"
11+
androidx-lifecycle = "2.10.0-alpha03"
1212
androidx-navigation = "2.9.0"
1313
androidx-preference = "1.2.1"
1414
coil = "3.3.0"
1515
compose-android = "1.9.0"
16-
compose-hot-reload = "1.0.0-beta09"
17-
compose-multiplatform = "1.10.0+dev3105"
16+
compose-hot-reload = "1.0.0-rc02"
17+
compose-multiplatform = "1.10.0-alpha03"
1818
coroutines = "1.10.2"
1919
doistx-normalize = "1.2.0"
2020
exposed = "0.61.0"
@@ -34,7 +34,7 @@ markdown = "0.37.0"
3434
multiplatform-settings = "1.3.0"
3535
postgresql = "42.7.7"
3636
slf4jNop = "2.0.17"
37-
nav3Core = "1.0.0+dev3105"
37+
nav3Core = "1.0.0-alpha03"
3838

3939
[libraries]
4040
aboutlibraries-core = { module = "com.mikepenz:aboutlibraries-core", version.ref = "aboutlibraries" }

shared/src/jvmMain/kotlin/org/jetbrains/kotlinconf/main.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ fun main() {
4040
onCloseRequest = ::exitApplication,
4141
title = stringResource(Res.string.app_name),
4242
alwaysOnTop = true,
43-
state = rememberWindowState(width = 600.dp, height = 800.dp),
43+
state = rememberWindowState(width = 1024.dp, height = 768.dp),
4444
) {
4545
App()
4646
}

0 commit comments

Comments
 (0)