File tree Expand file tree Collapse file tree 4 files changed +12
-9
lines changed Expand file tree Collapse file tree 4 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 18
18
distribution : ' zulu'
19
19
java-version : 17
20
20
21
+ - name : Set Xcode Version 16.4
22
+ shell : bash
23
+ run : |
24
+ xcodes select 16.4
25
+
21
26
- 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'
23
28
24
29
25
30
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ default_platform :android
17
17
18
18
platform :android do
19
19
20
- versionNum = 10
20
+ versionNum = 11
21
21
22
22
before_all do
23
23
end
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ kotlin.native.toolchain.enabled=false
7
7
8
8
kotlin.mpp.stability.nowarn =true
9
9
10
- xcodeproj =./ios/BikeShare
11
-
12
10
kotlin.jvm.target.validation.mode = IGNORE
13
11
14
12
# https://twitter.com/Sellmair/status/1543938828062392322
Original file line number Diff line number Diff line change 1
1
[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"
4
4
5
- androidGradlePlugin = " 8.12.0 "
5
+ androidGradlePlugin = " 8.12.1 "
6
6
androidxActivity = " 1.10.1"
7
- androidxComposeBom = " 2025.07 .00"
7
+ androidxComposeBom = " 2025.08 .00"
8
8
androidxLifecycle = " 2.9.2"
9
9
androidxNavigationCompose = " 2.9.3"
10
10
androidxRoom = " 2.7.2"
11
11
circuit = " 0.30.0"
12
- composeLifecyleRuntime =" 2.9.1 "
12
+ composeLifecyleRuntime =" 2.9.2 "
13
13
compose-multiplatform = " 1.8.2"
14
14
composeAdaptiveLayout = " 1.1.2"
15
15
coroutines = " 1.10.2"
You can’t perform that action at this time.
0 commit comments