Skip to content

Commit 72e93a0

Browse files
authored
Merge pull request #317 from joreilly/dependency_updates
dependency updates
2 parents 4e797eb + 40519ee commit 72e93a0

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

.github/workflows/ios.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,13 @@ jobs:
1818
distribution: 'zulu'
1919
java-version: 17
2020

21+
- name: Set Xcode Version 16.4
22+
shell: bash
23+
run: |
24+
xcodes select 16.4
25+
2126
- name: Build iOS app
22-
run: xcodebuild -allowProvisioningUpdates -workspace ios/BikeShare/BikeShare.xcodeproj/project.xcworkspace -configuration Debug -scheme BikeShare -sdk iphoneos -destination name='iPhone 15 Pro' build
27+
run: xcodebuild -allowProvisioningUpdates -workspace ios/BikeShare/BikeShare.xcodeproj/project.xcworkspace -configuration Debug -scheme BikeShare -sdk iphoneos -destination name='iPhone 16'
2328

2429

2530

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ default_platform :android
1717

1818
platform :android do
1919

20-
versionNum = 10
20+
versionNum = 11
2121

2222
before_all do
2323
end

gradle.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ kotlin.native.toolchain.enabled=false
77

88
kotlin.mpp.stability.nowarn=true
99

10-
xcodeproj=./ios/BikeShare
11-
1210
kotlin.jvm.target.validation.mode = IGNORE
1311

1412
# https://twitter.com/Sellmair/status/1543938828062392322

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[versions]
2-
kotlin = "2.2.0"
3-
ksp = "2.2.0-2.0.2"
2+
kotlin = "2.2.10"
3+
ksp = "2.2.10-2.0.2"
44

5-
androidGradlePlugin = "8.12.0"
5+
androidGradlePlugin = "8.12.1"
66
androidxActivity = "1.10.1"
7-
androidxComposeBom = "2025.07.00"
7+
androidxComposeBom = "2025.08.00"
88
androidxLifecycle = "2.9.2"
99
androidxNavigationCompose = "2.9.3"
1010
androidxRoom = "2.7.2"
1111
circuit = "0.30.0"
12-
composeLifecyleRuntime="2.9.1"
12+
composeLifecyleRuntime="2.9.2"
1313
compose-multiplatform = "1.8.2"
1414
composeAdaptiveLayout = "1.1.2"
1515
coroutines = "1.10.2"

0 commit comments

Comments
 (0)