Skip to content

Commit 95fffe2

Browse files
authored
Merge pull request #260 from joreilly/dependency_updates
dependency updates
2 parents 9467dc4 + b7946e8 commit 95fffe2

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

.github/workflows/ios.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
java-version: 17
2020

2121
- name: Build iOS app
22-
run: xcodebuild -allowProvisioningUpdates -workspace ios/BikeShare/BikeShare.xcodeproj/project.xcworkspace -configuration Debug -scheme BikeShare -sdk iphoneos -destination name='iPhone 14' build
22+
run: xcodebuild -allowProvisioningUpdates -workspace ios/BikeShare/BikeShare.xcodeproj/project.xcworkspace -configuration Debug -scheme BikeShare -sdk iphoneos -destination name='iPhone 15 Pro' build
2323

2424

2525

gradle.properties

+2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
org.gradle.jvmargs=-Xmx4096m
22
android.useAndroidX=true
33
android.enableJetifier=false
4+
45
kotlin.code.style=official
6+
kotlin.native.toolchain.enabled=false
57

68
kotlin.mpp.stability.nowarn=true
79

gradle/libs.versions.toml

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
[versions]
2-
kotlin = "2.0.21"
3-
ksp = "2.0.21-1.0.26"
2+
kotlin = "2.1.0"
3+
ksp = "2.1.0-1.0.28"
44

55
coroutines = "1.9.0"
66
kotlinxSerialization = "1.7.3"
77

88

9-
androidGradlePlugin = "8.7.2"
9+
androidGradlePlugin = "8.7.3"
1010
circuit = "0.24.0"
1111
kotlininject = "0.7.2"
12-
ktor = "3.0.0"
12+
ktor = "3.0.1"
1313
slf4j = "2.0.16"
14-
kmpNativeCoroutines = "1.0.0-ALPHA-37"
14+
kmpNativeCoroutines = "1.0.0-ALPHA-37-kotlin-2.1.0-RC2"
1515
kmpObservableViewModel = "1.0.0-BETA-7"
1616

17-
compose-multiplatform = "1.7.0"
17+
compose-multiplatform = "1.7.3"
1818
composeAdaptiveLayout = "1.0.0"
1919
androidxActivity = "1.9.3"
20-
androidxRoom = "2.7.0-alpha11"
21-
sqlite = "2.5.0-alpha11"
22-
androidxComposeBom = "2024.10.01"
23-
androidxNavigationCompose = "2.8.3"
20+
androidxRoom = "2.7.0-alpha12"
21+
sqlite = "2.5.0-alpha12"
22+
androidxComposeBom = "2024.12.01"
23+
androidxNavigationCompose = "2.8.5"
2424
androidxLifecycle = "2.8.7"
2525
junit = "4.13.2"
2626

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)