Skip to content

Commit 30b1cf8

Browse files
authored
Merge pull request #284 from joreilly/dep_updates
dependency updates
2 parents f64dacb + d102e02 commit 30b1cf8

File tree

3 files changed

+19
-18
lines changed

3 files changed

+19
-18
lines changed

common/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ kotlin {
6363
implementation(compose.foundation)
6464
implementation(compose.material3)
6565
implementation(compose.components.resources)
66+
implementation(compose.materialIconsExtended)
6667
implementation(libs.compose.adaptive)
6768
implementation(libs.compose.adaptive.layout)
6869
implementation(libs.lifecyle.runtime)

common/src/androidMain/kotlin/dev/johnoreilly/common/ui/BikeShareContentAndroid.kt

Whitespace-only changes.

gradle/libs.versions.toml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
[versions]
2-
kotlin = "2.1.10"
3-
ksp = "2.1.10-1.0.30"
2+
kotlin = "2.1.21"
3+
ksp = "2.1.21-2.0.1"
44

5-
androidGradlePlugin = "8.9.0"
5+
androidGradlePlugin = "8.10.1"
66
androidxActivity = "1.10.1"
7-
androidxComposeBom = "2025.04.00"
8-
androidxLifecycle = "2.8.7"
9-
androidxNavigationCompose = "2.8.9"
10-
androidxRoom = "2.7.0"
11-
circuit = "0.25.0"
12-
composeLifecyleRuntime="2.8.4"
13-
compose-multiplatform = "1.7.3"
14-
composeAdaptiveLayout = "1.0.0"
15-
coroutines = "1.10.1"
7+
androidxComposeBom = "2025.06.00"
8+
androidxLifecycle = "2.9.1"
9+
androidxNavigationCompose = "2.9.0"
10+
androidxRoom = "2.7.1"
11+
circuit = "0.28.0"
12+
composeLifecyleRuntime="2.9.0"
13+
compose-multiplatform = "1.8.1"
14+
composeAdaptiveLayout = "1.1.1"
15+
coroutines = "1.10.2"
1616
junit = "4.13.2"
17-
kmpNativeCoroutines = "1.0.0-ALPHA-38"
17+
kmpNativeCoroutines = "1.0.0-ALPHA-42"
1818
kmpObservableViewModel = "1.0.0-BETA-7"
19-
kotlin-inject-anvil = "0.1.2"
20-
kotlininject = "0.7.2"
19+
kotlin-inject-anvil = "0.1.6"
20+
kotlininject = "0.8.0"
2121
kotlinxSerialization = "1.8.1"
22-
ktor = "3.1.1"
22+
ktor = "3.1.2"
2323
okhttp = "5.0.0-alpha.14"
24-
slf4j = "2.0.16"
24+
slf4j = "2.0.17"
2525
slf4jAndroid = "2.0.7-0"
26-
sqlite = "2.5.0"
26+
sqlite = "2.5.1"
2727

2828
minSdk = "24"
2929
targetSdk = "35"

0 commit comments

Comments
 (0)