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 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
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ default_platform :android
1717
1818platform :android do
1919
20- versionNum = 10
20+ versionNum = 11
2121
2222 before_all do
2323 end
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ kotlin.native.toolchain.enabled=false
77
88kotlin.mpp.stability.nowarn =true
99
10- xcodeproj =./ios/BikeShare
11-
1210kotlin.jvm.target.validation.mode = IGNORE
1311
1412# https://twitter.com/Sellmair/status/1543938828062392322
Original file line number Diff line number Diff line change 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 "
66androidxActivity = " 1.10.1"
7- androidxComposeBom = " 2025.07 .00"
7+ androidxComposeBom = " 2025.08 .00"
88androidxLifecycle = " 2.9.2"
99androidxNavigationCompose = " 2.9.3"
1010androidxRoom = " 2.7.2"
1111circuit = " 0.30.0"
12- composeLifecyleRuntime =" 2.9.1 "
12+ composeLifecyleRuntime =" 2.9.2 "
1313compose-multiplatform = " 1.8.2"
1414composeAdaptiveLayout = " 1.1.2"
1515coroutines = " 1.10.2"
You can’t perform that action at this time.
0 commit comments